Mohammed CHAHBOUN
Mohammed CHAHBOUN
Any update guys I have same problem
Here package I developed I hope to be helpful for you [Github Snitch](https://github.com/M97Chahboun/github_snitch)
I implemented minor fix for it by: ```dart double startFraction(Duration duration) { if (start.inMicroseconds == 0 || duration.inMilliseconds == 0) return 0.0; return start.inMilliseconds / duration.inMilliseconds; } ``` [here updated...
OK, Thank you.
@Sub6Resources Thank you.
Thank you, I try to add rtl style but not render as expected, i think the main issue form flutter widget (Text.rich)
@daohoangson I think flutter used impeller instead of Skia, or not yet ?
Any updates guys ?