disco 1.0.0+1 copy "disco: ^1.0.0+1" to clipboard
disco: ^1.0.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 Flutter:

 $ flutter pub add disco

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

dependencies:
  disco: ^1.0.0+1

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:disco/disco.dart';
15
likes
160
points
27
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)

Topics

#dependency-injection #scope #provider

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on disco