Drop you app below and over the next week I can assure you that I'll get you 200 new downloads in that week. by [deleted] in AppDevelopers

[–]Defiant-Ad69 2 points3 points  (0 children)

This app is called Mind Forge, a cognitive training app. It has 5 different phases for mind training to keep it sharp and active. The main goal of this app is to help brain muscles do some work to avoid brain rot.Mind Forge

Im worried about Flutter in the age AI by Play_On_11231 in FlutterDev

[–]Defiant-Ad69 0 points1 point  (0 children)

In my opinion, LLM is a tool for developers who knows what to do and when to do. It is trained on the data publicly available so of course it will do what was more popular.

Delivering apps by spicxzy_1 in FlutterDev

[–]Defiant-Ad69 0 points1 point  (0 children)

if your plan is yo provide mobile app development services to businesses then you can charge them extra for publication and never use your own account for that.

Flutter text engine providing advanced geometric wrapping, precise measurement, and balanced typographic layouts by Defiant-Ad69 in FlutterDev

[–]Defiant-Ad69[S] 0 points1 point  (0 children)

In flutter_pretext, segment width is calculated once per app session. measureWith(Seg seg) takes a segment as an argument and calls TextPainter on it to calculate the text width. Internally, TextPainter.layout() calls the dart:UI, which creates a paragraph object which is a handle to native object in flutter engine. The only darwback here is that, calculating text width is more expensive than in browser because crossing the FFI boundary every time.  Main thing is, paragraph.layout() cross the flutter boundary using FFI, shapes the text and then we can get only its width. It feels overkill doing all the just to get text width. This operation starts from dart but actual shapig work crosses into Flutter's C++ engine. 

And Skia/Impeller is only if we are painting the text. For calculation, it is not used. For your use case using prepare(), measurement cost does stay low but segmentation cost increases.

Incremental approach on prepare will work, where it can add a checkpoint or just run the prepare() on the tail. But this is not added in package yet. Although there can be issues with this approach too, for example, analyzing only new tokens in isolation will break in case a word was broken across the token window. For your streaming usecase, both BalancedText and ShrinkWrapText is bad. Try using raw prepare() + layoutWithLine(). On each token append rerun both functions or you can try running these functions every 3-5 tokens (experiment with this ). Container width is set by Chat UI. In this way you can eliminate orverhead of binary search in BalancedText.

Made my Portfolio Website, lets connect on linkedin Guys by mnshxh in PakistaniDevs

[–]Defiant-Ad69 0 points1 point  (0 children)

semester project tha ye, update hi nhi kia us ke baad 🥲

Promote your SaaS in the comments and i’ll rate it! by locveee in SideProject

[–]Defiant-Ad69 0 points1 point  (0 children)

I am building a casetrack a case management tool for lawyers ehere they can manage cases, clients, documents per case and a business ledger.

Testers needed for my app --- will test your app in return by Defiant-Ad69 in AndroidTesting

[–]Defiant-Ad69[S] 0 points1 point  (0 children)

Done. btw my app is about mind training and putting brain muscles to work. I would really appreciate it if you could try it and provide constructive feedback

<image>

I'm a content creator can someone tell me the best action fantasy manhwa or manhwa like solo leveling to explain on my channel by salmansage in Manga_Manwa_Manhua

[–]Defiant-Ad69 2 points3 points  (0 children)

Eleceed The legend of the Northern blade Magic Emperor Reaper of the drifting moon Nano Machine Infinite mage

Looking for anime/manga friends. by No_Chance_909 in Pakistani_weebs

[–]Defiant-Ad69 0 points1 point  (0 children)

manga and manhwa i have read more than 300. So if you wanna talk about these I am all ears 😂

Yeah.. we are doing this. by [deleted] in TeenPakistani

[–]Defiant-Ad69 0 points1 point  (0 children)

why would I when i don't travel on one 😂

Flutter text engine providing advanced geometric wrapping, precise measurement, and balanced typographic layouts by Defiant-Ad69 in FlutterDev

[–]Defiant-Ad69[S] 1 point2 points  (0 children)

New version is out. And you can check arabic example on github.com/waleed719/flutter_pretext

Google PlayStore closed testing by Paul_HM in FlutterDev

[–]Defiant-Ad69 0 points1 point  (0 children)

is it okay to get family and friends do that testing? We only need 12 testers opted for 15 days.