mvvm_page_generator 1.0.0
mvvm_page_generator: ^1.0.0 copied to clipboard
A Dart package for making MVVM page.
mvvm_page_generator #
A Dart package for making MVVM Flutter pages with cmd or terminal.
Features #
- makes a page with it's view, viewmodel, and service.
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
Usage #
Use this package as follows:
dart run mvvm_page_generator -c className
or
dart pub global run mvvm_page_generator -c className
Additional information #
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