get_it_lazyload 0.0.3 copy "get_it_lazyload: ^0.0.3" to clipboard
get_it_lazyload: ^0.0.3 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_lazyload

This 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.3

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_lazyload/get_it_lazyload.dart';
1
likes
160
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing optimized lazy loading extensions for GetIt dependency injection with comprehensive support for all registration types and async dependencies.

Repository (GitHub)
View/report issues

Topics

#dependency-injection #utilities

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, get_it

More

Packages that depend on get_it_lazyload