platform/packages/container/angel_container/README.md
thomashii@dukefirehawk.com 5db88c8a92 Publish angel3_container
2021-05-14 15:41:25 +08:00

11 lines
No EOL
560 B
Markdown

# 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)
A better IoC container for Angel, ultimately allowing Angel to be used without dart:mirrors.
```dart
import 'package:angel3_container/angel3_container.dart';
```