easy_get_it 0.0.6 copy "easy_get_it: ^0.0.6" to clipboard
easy_get_it: ^0.0.6 copied to clipboard

A simple and lightweight service locator for managing dependencies in Flutter and Dart applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_get_it

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

dependencies:
  easy_get_it: ^0.0.6

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:easy_get_it/easy_get_it.dart';
0
likes
160
points
28
downloads
screenshot

Documentation

API reference

Publisher

verified publisherrony.fun

Weekly Downloads

A simple and lightweight service locator for managing dependencies in Flutter and Dart applications.

Repository (GitHub)
View/report issues

Topics

#dependency-injection #service-locator #inversion-of-control #di-container #di

License

MIT (license)

Dependencies

flutter

More

Packages that depend on easy_get_it