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

discontinuedreplaced by: bloc

A wrapper around InheritedWidget to make them easier to use and more reusable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fox_flutter_scope

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

dependencies:
  fox_flutter_scope: ^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:fox_flutter_scope/scope.dart';
2
likes
120
pub points
20%
popularity

Publisher

verified publisherarchive.plugfox.dev

A wrapper around InheritedWidget to make them easier to use and more reusable.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, fox_core_scope, meta

More

Packages that depend on fox_flutter_scope