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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mvvm_page_generator

With Flutter:

 $ flutter pub add mvvm_page_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mvvm_page_generator: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mvvm_page_generator/mvvm_page_generator.dart';
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