Skip to content

Flutter project generator. This tool can generate the sqlite database and MVC template for flutter from input configuration

Notifications You must be signed in to change notification settings

TheinThanHlan/fluprojg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flutter project generator

A tool for generating flutter project from data file.

Installation

clone the repo

git clone https://github.com/TheinThanHlan/fluprojg.git

give path

export PATH=$PATH:$HOME/path to cloned dir/fluprojg/bin/

Usage

initialize project

mkdir test
cd test
fluprojg init test

add assets in pubspec.yaml file

assets:
    - assets/databases/

class configurations are inside input file.

You can create your own config file using

fluprojg template Human

after complete configuration you can generate with

fluprojg gen

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

'MVC Ruled Every Era.' : Thein Than Hlan

About

Flutter project generator. This tool can generate the sqlite database and MVC template for flutter from input configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published