service_manager 0.1.1 copy "service_manager: ^0.1.1" to clipboard
service_manager: ^0.1.1 copied to clipboard

outdatedDart 1 only

A service manager implementation for bootstraping dependency injection

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add service_manager

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

dependencies:
  service_manager: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:service_manager/service_manager.dart';
0
likes
35
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A service manager implementation for bootstraping dependency injection

Homepage

License

MIT (license)

Dependencies

dictionary

More

Packages that depend on service_manager