scopo 0.2.0
scopo: ^0.2.0 copied to clipboard
A Flutter package designed for managing scopes and dependency injection within the widget tree. It handles asynchronous initialization of dependencies and provides a structured way to access them
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add scopoWith Flutter:
$ flutter pub add scopoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
scopo: ^0.2.0Alternatively, 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:scopo/scopo.dart';