dependency_scope 1.1.2 copy "dependency_scope: ^1.1.2" to clipboard
dependency_scope: ^1.1.2 copied to clipboard

This package was created to facilitate the use of Dependency Injection in a Flutter project

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dependency_scope

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

dependencies:
  dependency_scope: ^1.1.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:dependency_scope/dependency_scope.dart';
4
likes
155
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

This package was created to facilitate the use of Dependency Injection in a Flutter project

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_test, logging

More

Packages that depend on dependency_scope