get_it_lazyload 0.0.5
get_it_lazyload: ^0.0.5 copied to clipboard
A Flutter package providing optimized lazy loading extensions for GetIt dependency injection with comprehensive support for all registration types and async dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add get_it_lazyloadThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
get_it_lazyload: ^0.0.5Alternatively, 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_lazyload/get_it_lazyload.dart';