Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.13 KB

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.