QuizApp
QuizApp Built with Flutter & Firebase
Generated by the Very Good CLI ?
Getting Started ?
This project contains 2 flavors:
- development
- production
To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:
*Quizapp works on iOS and Android.
Running Tests ?
To run all unit and widget tests use the following command:
Working with Translations ?
This project relies on flutter_localizations and follows the official internationalization guide for Flutter.
Adding Strings
- To add a new localizable string, open the
app_en.arb
file atlib/l10n/arb/app_en.arb
.
- Then add a new key/value and description
- Use the new string
Adding Supported Locales
Update the CFBundleLocalizations
array in the Info.plist
at ios/Runner/Info.plist
to include the new locale.
Adding Translations
- For each supported locale, add a new ARB file in
lib/l10n/arb
.
├── l10n
│ ├── arb
│ │ ├── app_en.arb
│ │ └── app_es.arb
- Add the translated strings to each
.arb
file:
app_en.arb
app_es.arb