-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. #173
Comments
Thanks, I will check it asap. |
@Chandio763 Please note, this is my fork, you have to install my version to get the fix. |
I upgraded, this error is solved but I am facing an error which I also faced in last version. I don't If its because of google API key or due to configuration mistake. |
@Chandio763 Try to update your device. Ref: https://stackoverflow.com/questions/64196715/securityexception-googlecertificatesrslt-not-allowed |
Hey @Chandio763. The newest version |
Okay Sir, Thank you for your contribution. |
Temp Solution
|
@bhanuka96 there is a new permission_handler 10.0.0, can you upgrade your dependency? thanks |
@edwin-alvarez Done. |
@bhanuka96 , still see the same google_maps_place_picker from git which depends on permission_handler ^9.2.0, permission_handler ^9.2.0 is required. this is how I'm calling your branch |
@edwin-alvarez How did you see it? Please remove |
C:/Softwares/flutter/.pub-cache/hosted/pub.dartlang.org/google_maps_place_picker-2.1.0-nullsafety.3/lib/src/autocomplete_search.dart:74:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
package:flutter/…/widgets/binding.dart:1
WidgetsBinding.instance!.addPostFrameCallback((_) {
Please ugrade package to flutter 3.0 and update asap.
The text was updated successfully, but these errors were encountered: