scope_provider 0.1.8 copy "scope_provider: ^0.1.8" to clipboard
scope_provider: ^0.1.8 copied to clipboard

A Flutter package that provides a structured state management solution using ScopeController and Bloc integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scope_provider

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

dependencies:
  scope_provider: ^0.1.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:scope_provider/scope_provider.dart';
1
likes
140
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a structured state management solution using ScopeController and Bloc integration.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, equatable, flutter, flutter_bloc

More

Packages that depend on scope_provider