Marc@Wijsr
Marc@Wijsr
+1 (Not sure whether this is the appropriate way to upvote this)
Sorry, using `GettextImporter().fromAssetDirectory("packages//assets/locales")` does work. If you happen to have suggestions to improve my setup/structure, please let me know. Otherwise, feel free to close this issue.
Maybe the following is helpful: https://docs.flutter.dev/development/accessibility-and-localization/internationalization and search for "onGenerateTitle"
Same problem here (also when using auto_size_text). I added a temporary and incomplete work-around in https://github.com/leisim/auto_size_text/issues/126
@darshankawar Thanks for looking at this. I'm not sure to which part of the issue you refer to. As I see it, the issue contains three parts 1. creating a...
@darshankawar is it possible to give an update? Is it possible to give a high level timeline? We would really like to implement a custom app check provider in Flutter...
A short status-update would be appreciated. Any idea if (and when) this will be added?
This is apparently triggered by https://github.com/flutter/flutter/issues/65940
I have a temporary workaround (which is inefficient and probably incomplete but it might be helpful to others). I replaced `textpainter.didExceedMaxLines` with ``` final textPainter2 = TextPainter( text: text, textAlign:...
Same issue here; the text gets sharp after zooming in a few times, but becomes blurry again after zooming out