mvvm_page_generator_custom 0.0.5
mvvm_page_generator_custom: ^0.0.5 copied to clipboard
A Dart package for making PMVVM pages given class name and the path (optional) and using the shell commands.
mvvm_page_generator #
A Dart package for making PMVVM Flutter pages with cmd or terminal [Duplicate].
Features #
- makes a page with it's view, viewmodel, and service ready to be used in any pmvvm project.
Getting started #
If you want to use mvvm_page_generator on the command line,
install it using pub global activate
:
pub global activate mvvm_page_generator_custom
Usage #
Use this package as follows:
dart run mvvm_page_generator_custom -c className
or
dart pub global run mvvm_page_generator_custom -c className
Additional information By Owner #
Simply I used a shell script with the dart code to generate files and write the classes.
For more info please contact me via email: abdelrahmanbonna@outlook.com