Call evict on imageProvider get from CachedNetworkImage help me solve issue. await imageProvider.obtainCacheStatus(configuration: ImageConfiguration.empty).then( (value) { imageProvider.evict(); }, ); trupeshv commentedon Feb 15, 2024 trupeshv on Feb 15, 2024 Call evict on imageProvider get ...
This will make sure theACCESS_BACKGROUND_LOCATIONpermission will be removed even when other plugins add it to the AndroidManifest.xml file. Note that this could trigger unexpected behaviour for those plugins that do rely on this permission. ...