mvvm_boiler_plate
A brick that generates MVVM boiler plate based on Provider package
Getting Started š
It only acceopts a single variable named project, which is your project name and you are good to go.
It is easy to use:
$ mason add mvvm_boiler_plate
$ mason make mvvm_boiler_plate
This will prompt you to enter the project name like below
$ Please enter your project name (test)
And prompt you to enter the state manager name like below, this brick only support Provider and Riverpod.
$ Please enter name of your state manager package (provider)
You can also provide the output directory by:
$ mason make mvvm_boiler_plate -o <output-directory>
For more info, you can also use:
$ mason -h
$ mason make -h