leulit_flutter_dependency_injection 0.1.1
leulit_flutter_dependency_injection: ^0.1.1 copied to clipboard
Facade de inyeccion de dependencias sobre get_it para apps Flutter. API propia, motor intercambiable, scopes, named instances, factories y disposal automatico.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add leulit_flutter_dependency_injectionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
leulit_flutter_dependency_injection: ^0.1.1Alternatively, 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:leulit_flutter_dependency_injection/leulit_flutter_dependency_injection.dart';