2d-inc / Flare-Flutter

Load and get full control of your Rive files in a Flutter project using this library.
https://rive.app/
MIT License
2.55k stars 469 forks source link

Flutter 2.10 & 3.0 throw warnings during compilation #316

Open ciriousjoker opened 2 years ago

ciriousjoker commented 2 years ago

Example:

WidgetsBinding.instance!.addObserver(this);

now becomes (notice the missing !):

WidgetsBinding.instance.addObserver(this);
mdpe-ir commented 2 years ago

check this https://github.com/mdpe-ir/Flare-Flutter#fix-issues-in-flutter-3

emmaweberyd commented 2 years ago

yes please fix 🙏

ozz-rjq commented 2 years ago

same issue