mattreid1 / firebase_image

🔥 Cached Flutter ImageProvider for Firebase Cloud Storage
https://pub.dev/packages/firebase_image
ISC License
85 stars 69 forks source link

fix: cache_manager.dart:29:13: Warning: Operand of null-aware operation '!' has type 'String' which excludes null. #43

Closed lifeofgd closed 3 years ago

lifeofgd commented 3 years ago

Remove the Exclamation mark.

mattreid1 commented 3 years ago

Thanks for this! I think I'm going to go far #38 as it also adds pedantic and it looks like it solves the same issue.