provider_widget 0.1.0 copy "provider_widget: ^0.1.0" to clipboard
provider_widget: ^0.1.0 copied to clipboard

ProviderWidget provides data and components downstream without any side effects that you get while using InheritedWidget.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add provider_widget

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

dependencies:
  provider_widget: ^0.1.0

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_widget/provider_widget.dart';
0
likes
30
pub points
8%
popularity

Publisher

unverified uploader

ProviderWidget provides data and components downstream without any side effects that you get while using InheritedWidget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on provider_widget