module_provider 0.0.5 copy "module_provider: ^0.0.5" to clipboard
module_provider: ^0.0.5 copied to clipboard

outdated

Package to facilitate the creation of applications in modules structure

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add module_provider

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

dependencies:
  module_provider: ^0.0.5

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

Import it

Now in your Dart code, you can use:

import 'package:module_provider/module_provider.dart';
6
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Package to facilitate the creation of applications in modules structure

Homepage

License

unknown (LICENSE)

Dependencies

flutter, scoped_model, useful_classes

More

Packages that depend on module_provider