Skip to content

This is a sample application created with the Flutter JHipster Generator

Notifications You must be signed in to change notification settings

merlinofcha0s/jhipster-flutter-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jhipsterFlutterSampleApp

This application was generated using JHipster Flutter generator, you can find documentation at https://github.com/merlinofcha0s/generator-jhipster-flutter.

Prerequisite

  • flutter-intl IDE plugins for I18n if you use Android Studio or IntelliJ

Development

Building the project:

  1. Getting dependencies (You will only need to run this command when dependencies change in pubspec.yaml) :

     flutter pub get
    
  2. 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
    
  3. Start the project (You can also start it with your IDE) :

     flutter run
    
  4. 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
    

Resources

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This is a sample application created with the Flutter JHipster Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages