The inofficial HPI app, written in Flutter. Feel free to contribute :)
For getting started with flutter check:
For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Run
flutter packages get
- Run
flutter pub run intl_utils:generate
(or use the Flutter Intl extension in VS Code) - Run
flutter packages pub run build_runner build
- Run
flutter run
We recommend using L42n for editing localization files, located in lib/l10n
. Note that you still need to re-generate the dart files after editing these files using Flutter Intl.