provider_statekit 1.0.1 copy "provider_statekit: ^1.0.1" to clipboard
provider_statekit: ^1.0.1 copied to clipboard

The state/controller/ViewModel basic toolkit under the Provider architecture

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add provider_statekit

With Flutter:

 $ flutter pub add provider_statekit

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

dependencies:
  provider_statekit: ^1.0.1

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:provider_statekit/provider_statekit.dart';
0
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

The state/controller/ViewModel basic toolkit under the Provider architecture

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on provider_statekit