platform/packages/container/angel_container/README.md

11 lines
560 B
Markdown
Raw Normal View History

2021-05-14 07:41:25 +00:00
# angel3_container
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_container)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/container/angel_container)
2018-07-10 17:17:27 +00:00
A better IoC container for Angel, ultimately allowing Angel to be used without dart:mirrors.
2021-05-14 07:41:25 +00:00
```dart
import 'package:angel3_container/angel3_container.dart';
```