Mohamed Sayed

Results 15 comments of Mohamed Sayed

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...

Any news at RTL support? ![Screen Shot 2021-07-25 at 4 14 02 PM](https://user-images.githubusercontent.com/25801517/126902301-0a194cb3-5fe1-4d08-af28-c9394b3632d1.png)

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

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`