v1.1.0 of lively
The official repository for Dart and Flutter packages. [Unoffic…
June 2, 2026
Zero-boilerplate reactive Flutter widgets via code generation. Changelog excerpt: - AsyncValuesealed type— new AsyncLoading, AsyncData, and AsyncErrorclasses shipped in the runtime and exported from lively.dart. Used as the state type for Futureand Streamfields generated by the companion generator. - @computedannotation— annotate a getter to opt into lazy cached computation. The generator wires dirty tracking so the value is recomputed at most once per reactive mutation cycle.
Discussion in the ATmosphere