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

outdated

dependency injection for flutter. inject factories or singletons. Easy to develop, easy to test.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dependency_injection_flutter

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

dependencies:
  dependency_injection_flutter: ^1.0.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:dependency_injection_flutter/dependency_injection_flutter.dart';
6
likes
30
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

dependency injection for flutter. inject factories or singletons. Easy to develop, easy to test.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on dependency_injection_flutter