Releases
Ark DI releases
Current core and Flutter package versions, compatibility, and release intent.
Ark DI releases
| Package | Version | Relationship |
|---|---|---|
ark_di | 1.1.0 | pure-Dart core |
ark_di_flutter | 1.1.0 | depends on ark_di ^1.1.0 |
1.1.0
The core package adds ark-di-container-configuration for registration lifetimes, ownership, hierarchy, async resolution, overrides, and teardown. The Flutter package adds ark-di-flutter-scopes for root and feature scopes, typed BuildContext access, close failures, and the opt-in locator adapter.
1.0.0
The first stable release established immutable configuration, hierarchical resolution, explicit ownership, deterministic async initialization, ordered teardown, and Flutter Scope integration.
Use ark_di: ^1.1.0 for pure Dart. Flutter applications can add ark_di_flutter: ^1.1.0; its compatible core dependency is resolved automatically. Review both changelogs when adopting later feature releases.