What's the problem this solves?
Adding language support will help the people read and use our app who are good in hindi
Proposed Solution
🌐 Feature Request: Add Localization Support (Flutter)
We need to implement localization (i18n) in the Flutter app to support multiple languages, starting with:
- 🇬🇧 English (default)
- 🇮🇳 Hindi
📋 Tasks
📦 Example: Add to pubspec.yaml
dependencies:
flutter_localizations:
sdk: flutter
intl: ^latest
### Alternatives Considered
_No response_
### Additional Notes
_No response_
What's the problem this solves?
Adding language support will help the people read and use our app who are good in hindi
Proposed Solution
🌐 Feature Request: Add Localization Support (Flutter)
We need to implement localization (i18n) in the Flutter app to support multiple languages, starting with:
📋 Tasks
flutter_localizationsandintlpackagesMaterialApplib/l10n/intl_en.arblib/l10n/intl_hi.arbIntl.message()or@GenerateLocalizationflutter gen-l10nREADME.mdwith instructions for contributing new translations📦 Example: Add to
pubspec.yaml