This application was generated using JHipster Flutter generator, you can find documentation at https://github.com/merlinofcha0s/generator-jhipster-flutter.
- flutter-intl IDE plugins for I18n if you use Android Studio or IntelliJ
Building the project:
-
Getting dependencies (You will only need to run this command when dependencies change in pubspec.yaml) :
flutter pub get
-
Running reflection (You will only need to run this command when you change DTOs or models) :
flutter pub run build_runner build --delete-conflicting-outputs
-
Start the project (You can also start it with your IDE) :
flutter run
-
Generate I18n in case you're NOT using Android studio or IntelliJ (Run it everytime you change something in the lib/l10n folder):
flutter pub global run intl_utils:generate
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.