Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kaboc/pot
- Owner: kaboc
- License: mit
- Created: 2022-03-11T09:52:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-27T09:37:39.000Z (10 months ago)
- Last Synced: 2024-01-27T12:25:03.967Z (10 months ago)
- Topics: dart, dart-package, flutter-package
- Language: Dart
- Homepage:
- Size: 395 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.