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

A Flutter library offering convenient, scoped providers for dependency injection that 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: ^0.0.2

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';
22
likes
160
points
17
downloads

Publisher

verified publishermariuti.com

Weekly Downloads

A Flutter library offering convenient, scoped providers for dependency injection that are independent of any specific state management solution.

Repository (GitHub)
View/report issues

Topics

#dependency-injection #scope #provider

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on disco