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

upgrade flutter 3.0 #6

Closed
NikitaBerezniki opened this issue May 17, 2022 · 2 comments
Closed

upgrade flutter 3.0 #6

NikitaBerezniki opened this issue May 17, 2022 · 2 comments

Comments

@NikitaBerezniki
Copy link

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. The developers now catching up for those changes and these should be new versions of the affected packages soon.

https://stackoverflow.com/questions/72239258/flutter-warning-operand-of-null-aware-operation-has-type-widgetsbinding

/C:/tools/flutter_sdk/.pub-cache/hosted/pub.dartlang.org/animated_custom_dropdown-1.2.1/lib/dropdown_overlay.dart:57:20: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.

'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('/C:/tools/flutter_sdk/packages/flutter/lib/src/widgets/binding.dart').
package:flutter/…/widgets/binding.dart:1

WidgetsBinding.instance?.addPostFrameCallback((_) {

@AbdullahChauhan
Copy link
Owner

@NikitaBerezniki Thanks for reminding. I'll update.

@AbdullahChauhan
Copy link
Owner

@NikitaBerezniki Updated. Thanks for contributing!

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

2 participants