2021-05-14 07:41:25 +00:00
|
|
|
# angel3_container
|
2021-05-15 06:07:19 +00:00
|
|
|
[](https://pub.dartlang.org/packages/angel3_container)
|
2021-05-14 07:41:25 +00:00
|
|
|
[](https://dart.dev/null-safety)
|
2021-05-15 06:01:47 +00:00
|
|
|
[](https://gitter.im/angel_dart/discussion)
|
2021-05-14 07:41:25 +00:00
|
|
|
|
2021-05-14 10:34:09 +00:00
|
|
|
[](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';
|
|
|
|
```
|