provider_assist 2.0.0-beta-8 copy "provider_assist: ^2.0.0-beta-8" to clipboard
provider_assist: ^2.0.0-beta-8 copied to clipboard

outdated

MVVM state management through provider with a ton of extras on the side to reduce boilerplate in development!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add provider_assist

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

dependencies:
  provider_assist: ^2.0.0-beta-8

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:provider_assist/provider_assist.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

MVVM state management through provider with a ton of extras on the side to reduce boilerplate in development!

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations, provider

More

Packages that depend on provider_assist