Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration issue with Flutter 3.0 #21

Open
jacobsofteng opened this issue May 29, 2022 · 2 comments
Open

Migration issue with Flutter 3.0 #21

jacobsofteng opened this issue May 29, 2022 · 2 comments

Comments

@jacobsofteng
Copy link

This type error occures when I want to launch my app:

Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.

@adnancadt
Copy link

../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_time_picker_spinner-2.0.0/lib/flutter_time_picker_spinner.dart:221:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.

  • 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../flutter/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance!
    ^

Same here.

@rduffr
Copy link

rduffr commented Nov 20, 2022

Ditto
../../../../../.pub-cache/hosted/pub.dartlang.org/flutter_time_picker_spinner-2.0.0/lib/flutter_time_picker_spinner.dart:221:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.

  • 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../../../../fvm/versions/3.0.5/packages/flutter/lib/src/widgets/binding.dart').
    WidgetsBinding.instance!
    ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants