service_container 1.0.0
service_container: ^1.0.0 copied to clipboard
A services dependency container, fast and easy to use.
service_container #
A services container, fast and easy to use.
Features #
Provide services life time control with singleton, scoped, transient.
Getting started #
With Dart:
dart pub add service_container
With Flutter:
flutter pub add service_container
Usage #
Please goto service_container_example
Logging #
Use logging package to logging.
You can reset Top-level variable $logPrinter that defines in services.dart to custom your log printer.
Additional information #
In Flutter, you can use flutter_service_container.Ò