Mateen Mehmood
Mateen Mehmood
Any solution I'm still facing this issue. I just updated my Flutter SDK to 3.10.0, This error suddenly appears. I've user Image.asset widget, image was loading perfectly in my previous...
Actually for iOS if you are using PermissionHandler for permission handling. You need to specify the permissions in the info.plist file as well as in podFile. Here is an example...
yeah, please write this line before using context in the async method: if(!mounted) return; context.read(...);