Bryson Thill
Bryson Thill
Your English is great! There are just some things I think can be improved in the README for better understanding. Thank you for your amazing work on the package. I'll...
@zmtzawqlp Would you be okay with me cleaning up the documentation a little as well (moving a couple things around a bit) or do you want me to keep strictly...
@hpoul I believe the intention is to say that it is a library that adds functionality ("extension", but not as in "extension method") to Flutter's official Image library. I could...
Same issue here with my brand logo. Unfortunately, I'll need to use a PNG instead since the loss of quality isn't worth the file size reduction. Could this be related...
This shouldn't be closed, bot. It's a bug.
@chaitanya-y You should file a new issue for that or ask on Stack overflow, this issue is about adding web support to the package.
This is caused by https://github.com/flutter/flutter/issues/65940. auto_size_text checks `TextPainter.didExceedMaxLines` to determine the right font size, but it's always returning false. The package is given the impression that the text always fits.
> A little hack if you have to deploy your web app (not a fix): > > * add this right after your tag in your web/index.html: > ` window.flutterWebRenderer...
There's nothing the author of this package can do until https://github.com/flutter/flutter/issues/65940 is resolved, please thumbs-up that issue instead of "same here" comments so it gets prioritized by the Flutter team....
Please add a thumbs up to the issue so it can be prioritized, rather than polluting the comments with "me too" and "still an issue".