Mohamed Sayed
Mohamed Sayed
Any updates!
Here is mine, ```ruby # Uncomment this line to define a global platform for your project # platform :ios, '9.0' # CocoaPods analytics sends network stats synchronously affecting flutter build...
please note, I had to add those lines to my info.plist ``` NSAppleMusicUsageDescription This permission is not needed by the app, but it is required by an underlying API. If...
Same Issue here
Any news at RTL support? 
Any updates on this ?
For anyone facing this issues, you could use this fork which fixed that. Just replace your pubspec.yaml dependency to this. ```yaml ext_storage: git: url: git://github.com/GitJournal/ext_storage.git ref: master ```
Please add more details like what values in this `newLang` and why calling the two methods `setLocale` `setLanguageCode` one is enough
any updates, I'm facing same issue
please see the example and docs to configure [Example](https://github.com/msayed-net/localize_and_translate/blob/main/example/lib/main.dart) Please do not forget also to run `flutter pub get`