dust_flutter 0.1.3
dust_flutter: ^0.1.3 copied to clipboard
Flutter annotations and runtime APIs for Dust-generated routing, state management, and i18n.
Changelog #
All notable changes to dust_flutter are documented in this file.
The format is based on Keep a Changelog.
[Unreleased] #
0.1.3 - 2026-07-28 #
Added #
- Add router stack observer runtime support for generated routing.
- Add typed route results with
@AppRoute(result: Type)and generatedFuture<T?> push()helpers. - Add
runActionfor stale-safe async commands in sync ViewModels.
Changed #
- Make failed ViewModel initialization retry only through explicit
retryInit(). - Keep v0.1.3 routing, state, and i18n runtime APIs aligned with the Dust CLI.
Fixed #
- Unwrap deprecated
StateEffectvalues before effect delivery.
0.1.2 - 2026-07-10 #
Fixed #
- Make generated route
push()calls awaitable and complete them when the pushed route is popped, including optional pop results. - Apply generated route
transition:annotations at the page route boundary so custom and no-transition builders control the actual navigation animation.