hasancse91 / flutter_getx_template

A basic boilerplate template for starting a Flutter GetX project. GetX, Dio, MVVM, get CLI, Localization, Pagination etc are implemented.
MIT License
400 stars 146 forks source link

Issues Related flutter_localizations in template #28

Closed Lakhankumawat closed 2 years ago

Lakhankumawat commented 2 years ago

1. I ran pub get many times but the issue in files due to localizations remains

issues

2. Instead of all localizations i tried to run the main_dev but it could not make the app running gradle assembledebug infinitely

issue2

F:\Github Apps\flutter_getx_template>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.8.1, on Microsoft Windows [Version 10.0.22000.434], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[√] Chrome - develop for the web
[√] Android Studio (version 2021.1)
[√] VS Code (version 1.63.2)
[√] Connected device (3 available)

• No issues found!
AliAkberAakash commented 2 years ago

Try deleting the generated localization files and build again. This should fix the localization errors.

Lakhankumawat commented 2 years ago

Try deleting the generated localization files and build again. This should fix the localization errors.

please mention the directory

Lakhankumawat commented 2 years ago

For any newcomer out there

File-> Invalidate Caches & Restart

Screenshot 2022-02-01 221110