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

A simple way to organize dependency injection using modules.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add modular_di

With Flutter:

 $ flutter pub add modular_di

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

dependencies:
  modular_di: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:modular_di/modular_di.dart';
4
likes
0
points
43
downloads

Publisher

verified publisherdeivao.dev

Weekly Downloads

A simple way to organize dependency injection using modules.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

auto_injector, flutter, meta, uuid

More

Packages that depend on modular_di