meedu_cli 0.0.5 meedu_cli: ^0.0.5 copied to clipboard
A CLI generator for flutter_meedu
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
or
flutter pub global activate meedu_cli
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