managed 1.0.0 copy "managed: ^1.0.0" to clipboard
managed: ^1.0.0 copied to clipboard

Experimental implementation of dependency injection without code generation

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add managed

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

dependencies:
  managed: ^1.0.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:managed/managed.dart';
1
likes
135
points
341
downloads

Publisher

unverified uploader

Weekly Downloads

Experimental implementation of dependency injection without code generation

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on managed