mvvm_page_generator 1.0.5 copy "mvvm_page_generator: ^1.0.5" to clipboard
mvvm_page_generator: ^1.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.

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

Usage #

Use this package as follows:

dart run mvvm_page_generator -c className -p path/to/folder

or

dart pub global run mvvm_page_generator -c className -p path/to/folder

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

4
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A Dart package for making PMVVM pages given class name and the path (optional) and using the shell commands.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

args, file, path, shell

More

Packages that depend on mvvm_page_generator