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

A Flutter library bringing a new concept of scoped providers for dependency injection, which are independent of any specific state management solution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add disco

With Flutter:

 $ flutter pub add disco

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

dependencies:
  disco: ^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:disco/disco.dart';
22
likes
0
points
22
downloads

Publisher

verified publishermariuti.com

Weekly Downloads

A Flutter library bringing a new concept of scoped providers for dependency injection, which are independent of any specific state management solution.

Homepage
Repository (GitHub)
View/report issues

Topics

#dependency-injection #scope #provider

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, meta

More

Packages that depend on disco