muhammadCodeSh

Results 3 issues of muhammadCodeSh

when I run last version from github I get this error The plugin `storage_path` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build...

## 🐛 Bug Report I use flutter cache manager last version to cache images and videos it works well on android also on ios it cache and shows image files...

in flutter web i tried to change language . this is my code ``` var local = Locale(data["langCode"], data["countryCode"]); Get.context?.setLocale(local); Get.updateLocale(local); ``` every thing is ok on mobile (android ,...