Last updated:
0 purchases
meedu cli
A CLI for flutter_meedu
For linux and macOS (not tested on Windows yet, you can try it if you wish) users you can use this CLI to create flutter projects using flutter_meedu, define a clean architecture and create your pages.
Install #
dart pub global activate meedu_cli
copied to clipboard
or
flutter pub global activate meedu_cli
copied to clipboard
Commands #
// To create a flutter project in the current directory
meedu create
// or
meedu -c
// To initialize flutter_meedu in an empty flutter project
meedu init
// or
meedu -i
// To create a new page with the controller and provider following
// the clean architecture proposed by meedu
meedu page
// or
meedu -p
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.