get_it_modular 1.0.0 copy "get_it_modular: ^1.0.0" to clipboard
get_it_modular: ^1.0.0 copied to clipboard

A simple and powerful modular architecture for Flutter that provides scoped dependency injection on top of get_it, without mixing in state management or navigation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_it_modular

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

dependencies:
  get_it_modular: ^1.0.0

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:get_it_modular/get_it_modular.dart';
0
likes
140
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and powerful modular architecture for Flutter that provides scoped dependency injection on top of get_it, without mixing in state management or navigation.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get_it

More

Packages that depend on get_it_modular