Chris Elliot
Chris Elliot
The latest version (3.2.0) will not work on pre Flutter 3 due to not having null checks https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-3.0.0
After running `flutter build ios --analyze-size` I find that intercom.framework is 27mb. This seems way too big. Is it correct?
We can use this to provide a placeholder when using AutoSizeText.rich and a WidgetSpan
Uni Links is deprecated and not maininted anymore, we should switch to app_links.
This is a rough idea and I needed to make it quickly work for myself. Basically I want the intervals to be calculated from teh minY value. Currently you often...