Warning
#364
Replies: 1 comment
-
We can now DISCARD THE WARNING and wait until the authors of these packages deal with the new changes in flutter 3 to solve the problem and update their packages. The developers of the packages are now catching up on these changes and there should be new versions of the affected packages soon. Example of a package with this issue:
reference: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I use the intl_phone_number_input-0.7.0+2 package in my flutter 3.0.6 code I get the following error:
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/intl_phone_number_input-0.7.0+2/lib/src/widgets/input_widget.dart:321:20: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
package:flutter/…/widgets/binding.dart:1
WidgetsBinding.instance!.addPostFrameCallback((timeStamp) {
Beta Was this translation helpful? Give feedback.
All reactions