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
I'm using Flutter cached network image which depends on this package.
on every hot restart or cold start, I'm getting this error message from the internals of this package.
../../../../../Development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_cache_manager-3.0.0-nullsafety.1/lib/src/storage/cache_info_repositories/cache_object_provider.dart:208:29: Warning: Operand of null-aware operation '!' has type 'String' which excludes null.
final oldDbPath = join((await getDatabasesPath())!, '$databaseName.db');
Version: 3.0.0-nullsafety.1
Platform:
[✓] 📱 iOS
[✓] 🤖 Android
furaiev, dazuaz, getpu, ShahoG, Mayb3Nots and 26 more