/extensions

A set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.

Primary LanguageDart

A set of APIs for commonly used programming patterns and utilities.

pub package Build Status

This package contains a set of libraries that make it easy to handle dependency injection (DI), logging, configuration, app shutdown, and service startup and shutdown. These libraries can be used individually as needed or via the Host which encapsulates the app's resource and lifetime functionality.

Much of this code is a derived work of the dotnet/runtime extensions namespace.