An open API service indexing awesome lists of open source software.

https://github.com/jamiewest/extensions

A set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.
https://github.com/jamiewest/extensions

configuration dart dependency-injection logging

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

[![pub package](https://img.shields.io/pub/v/extensions.svg)](https://pub.dev/packages/extensions)
[![Build Status](https://github.com/jamiewest/extensions/workflows/Dart/badge.svg)](https://github.com/jamiewest/extensions/actions/workflows/dart.yml?query=workflow%3A%22Dart%22+branch%3Amain)

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](https://github.com/dotnet/runtime) `extensions` namespace.