/hpi-flutter

The inofficial HPI app, written in Flutter

Primary LanguageDartApache License 2.0Apache-2.0

hpi_flutter

Build & Lint

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.

How to: Run the app

  • 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

L10n (Localization)

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.