Results 61 comments of Jon Hanson

Closing as this PR no longer applies.

Any updates on this? 🙏 Looking forward to this feature!

Yes, GIF/Lottie has the most votes above and @OutdatedGuy added GIF support with #547. I don't have time at the moment to add any other formats, but PRs are always...

> The time is expected to be released @jonbhanson It was release in May. Just search the readme for "GIF".

I do not have bandwidth to add additional image formats. They will have have to come as PRs from others.

@jibbers42 yes, `icon_background_color` should set the color of your icon's background. Do you have areas of transparency in your icon where the background color can show through? Also, have you...

I tried building, but I recieved the following error: ``` Set: Entry, ":CFBundleVersion", Does Not Exist Set: Entry, ":CFBundleShortVersionString", Does Not Exist Command PhaseScriptExecution failed with a nonzero exit code...

Perfect, thanks @Drarig29. As soon as I deleted the `PhaseScriptExecution` phase, it built fine. Installed it and it's working once again!

It appears this feature has landed in Flutter 3.7. To use it, add this parameter to your EditableText or TextField: ```dart spellCheckConfiguration: kIsWeb ? null : SpellCheckConfiguration() ``` (The spell...

Try removing the branding parameters. I think those are causing your problem.