learning icon indicating copy to clipboard operation
learning copied to clipboard

Fixed a bug introduced by upgrading to Flutter 3.0.0

Open Stausssi opened this issue 3 years ago • 1 comments

WidgetBindings are non-nullable starting in Flutter 3.0.0

Stausssi avatar May 27 '22 09:05 Stausssi

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.

Stausssi avatar May 27 '22 09:05 Stausssi