platform/packages/container/angel_container/README.md

12 lines
678 B
Markdown
Raw Normal View History

2021-05-14 07:41:25 +00:00
# angel3_container
2021-05-18 13:33:20 +00:00
[![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dartlang.org/packages/angel3_container)
2021-05-14 07:41:25 +00:00
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
2021-05-15 06:01:47 +00:00
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
2021-05-14 07:41:25 +00:00
2021-05-14 10:34:09 +00:00
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/container/angel_container/LICENSE)
2021-05-14 07:41:25 +00:00
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';
```