learning
learning copied to clipboard
Fixed a bug introduced by upgrading to Flutter 3.0.0
WidgetBindings are non-nullable starting in Flutter 3.0.0
Also, since this project seems abandoned, you can simply include the following lines in your pubspec.yaml:
dependency_overrides:
learning_input_image:
git:
url: https://github.com/Stausssi/learning_input_image
path: packages/learning_input_image
This will override the dependency with my provided hotfix.