platform/packages/container/angel_container/README.md

13 lines
680 B
Markdown
Raw Normal View History

# Angel3 Container
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_container?include_prereleases)
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)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/master/packages/container/angel_container/LICENSE)
2021-05-14 07:41:25 +00:00
2021-09-26 07:01:41 +00:00
A better IoC container for Angel3, ultimately allowing Angel3 to be used without `dart:mirrors` package.
2021-05-14 07:41:25 +00:00
```dart
import 'package:angel3_container/angel3_container.dart';
```