Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaboc/pot

An easy and safe DI (Dependency Injection) solution for Dart/Flutter.
https://github.com/kaboc/pot

dart dart-package flutter-package

Last synced: 3 days ago
JSON representation

An easy and safe DI (Dependency Injection) solution for Dart/Flutter.

Awesome Lists containing this project

README

        

[![codecov](https://codecov.io/gh/kaboc/pot/branch/main/graph/badge.svg?token=YZMCN6WZKM)](https://codecov.io/gh/kaboc/pot)

This project consists of two package projects.

## [pot](https://github.com/kaboc/pot/tree/main/packages/pot)

[![Pub Version](https://img.shields.io/pub/v/pot?label=pot)](https://pub.dev/packages/pot)
[![pot CI](https://github.com/kaboc/pot/actions/workflows/pot.yml/badge.svg)](https://github.com/kaboc/pot/actions/workflows/pot.yml)

An easy and safe DI (Dependency Injection) solution for Dart with support for scoping.

## [pottery](https://github.com/kaboc/pot/tree/main/packages/pottery)

[![Pub Version](https://img.shields.io/pub/v/pottery?label=pottery)](https://pub.dev/packages/pottery)
[![pottery CI](https://github.com/kaboc/pot/actions/workflows/pottery.yml/badge.svg)](https://github.com/kaboc/pot/actions/workflows/pottery.yml)

Widgets to limit the scope where particular Pots are available in the widget tree.