-
Notifications
You must be signed in to change notification settings - Fork 68
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 'String' which excludes null. #37
Comments
Exactly same here: |
I am facing same error @mattreid1
|
I have get this error! /C:/Users/kuk/Documents/sdk/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_image-1.0.1/lib/src/cache_manager.dart:29:13: Warning: Operand of null-aware operation '!' has type 'String' which excludes null. |
I get the same error. patrick386@iMac flutter_ui % flutter doctor -v [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [!] Xcode - develop for iOS and macOS (Xcode 12.4) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] VS Code (version 1.57.1) [✓] Connected device (2 available) ! Doctor found issues in 1 category. |
same error |
same here :) anyone have solved this warning! |
may con cho ngu |
Expected Behaviour
(e.g. Image cached locally)
no warning when I run my own app.
Actual Behaviour
(e.g. App crashed with stack trace provided)
just warning,, one time or twice in the console.
Steps to Reproduce the Problem
When I just start an app,,, with real device(android tablet)
Specifications
flutter --version
) 2.0.2Screenshots
If applicable, please add screenshots to help explain your problem.
Additional Context
(optional) Add any other context about the problem here.
It just only warning,,, but I cannot confirm a situation when I face a certain problem..
So please check this problem. Thank you.
The text was updated successfully, but these errors were encountered: