ark_di_flutter 1.1.0
ark_di_flutter: ^1.1.0 copied to clipboard
Flutter scopes and BuildContext access for Ark DI dependency containers.
Changelog #
1.1.0 - 2026-09-15 #
- Added an installable package skill for Flutter root and feature scopes, BuildContext access, ownership, close errors, and the opt-in locator adapter.
- Updated the
ark_didependency to^1.1.0.
1.0.0 - 2026-08-17 #
- Established stable root and child Flutter Scope, BuildContext lookup, optional Service Locator, ownership, and teardown contracts.
- Aligned documentation and examples with
ark_di1.0.0.
0.1.0-dev.1 #
- Added owned and externally owned root dependency scopes for Flutter.
- Added hierarchical child scopes backed by
DiContainer.createChild. - Added subscribing and non-subscribing
BuildContextaccessors. - Added explicit asynchronous close-error reporting.
- Added an isolated, opt-in Service Locator adapter without global state.