You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just used this library with most recent null safety version and getting this in my console over and over again.
/C:/src/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.
join((await getDatabasesPath())!, dbName),
That's all I have.
The text was updated successfully, but these errors were encountered:
Just used this library with most recent null safety version and getting this in my console over and over again.
That's all I have.
The text was updated successfully, but these errors were encountered: