zef_di_core 4.0.0 copy "zef_di_core: ^4.0.0" to clipboard
zef_di_core: ^4.0.0 copied to clipboard

A dart library which provides abstractions for dependency injection.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zef_di_core

With Flutter:

 $ flutter pub add zef_di_core

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

dependencies:
  zef_di_core: ^4.0.0

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:zef_di_core/zef_di_core.dart';
1
likes
150
pub points
22%
popularity

Publisher

verified publisherzooper.dev

A dart library which provides abstractions for dependency injection.

Repository (GitHub)
View/report issues

Topics

#dependency-injection #di #injection #ioc #inversion-of-control

Documentation

API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

MIT (LICENSE)

Dependencies

any_of, zef_helpers_lazy, zef_log_core

More

Packages that depend on zef_di_core