1.6.6 • Published 3 years ago

generator-jhipster-flutter-jdlc v1.6.6

Weekly downloads
24
License
Apache-2.0
Repository
github
Last release
3 years ago

CodeGen Generator npm version npm

Generate your Flutter mobile App (Android / iOS) for JHipster

This is a JHipster module.

Get started and (Full not yet) documentation

What's inside

  • Screen
    • Main
    • Register
    • Login
    • User preferences
  • Theming
    • All styles in one place
    • Light theme for now
  • Full I18n support
    • EN, FR for now
    • Automatic generation with IntelliJ plugin or VS code plugin
    • Detecting device locale
    • Change language in user preferences UI
    • Apply the preferred locale instead of the device one
  • BLoC Architecture More informations
  • JSON serializer / deserializer Java Jackson like More informations
  • Language choice
    • Java / Kotlin for Android
    • Objective C / Swift for iOS
  • Profiles / Environments
    • Dev
    • Prod
  • IntelliJ Config file for dev and prod profile

Entity generator

Generate your entity from your jhipster project

  • One by one
  • All your entities

Prerequisites

As this is a JHipster module, we expect you have JHipster and its related tools already installed:

jhipster

Installation

With NPM

To install this blueprint:

npm install -g generator-jhipster-flutter-jdlc

To update this blueprint:

npm update -g generator-jhipster-flutter-jdlc

With Yarn

To install this blueprint:

yarn global add generator-jhipster-flutter-jdlc

To update this blueprint:

yarn global upgrade generator-jhipster-flutter-jdlc

Usage

To use this blueprint, run

yo jhipster-flutter-jdlc

#Usage create entity from JHipster To create a single entity

yo jhipster-flutter-jdlc:entity Employee

All entities

yo jhipster-flutter-jdlc:entities

Help and contribution to the project

Feel free to help, the project is open to PR

License

Apache-2.0 © Cyril Casaucau

Creditos

Cyril Casaucau https://github.com/merlinofcha0s