Skip to content

Releases: mstniy/computed_flutter

0.3.0

23 Mar 15:04

Choose a tag to compare

  • Upgraded to Computed 0.5
  • Let computed widgets use async operations

0.2.0

25 Dec 19:35

Choose a tag to compare

  • Upgraded Computed to 0.4
  • Rebuild Widgets during build(), instead of when their dependencies change

0.1.1

20 Dec 23:49

Choose a tag to compare

  • Element::build: Always rebuild, unless there is a cached build already
  • Added mixin for stateful widgets

0.1.0

17 Dec 19:13

Choose a tag to compare

  • ComputedWidget, ComputedStatefulWidget, ComputedBuilder, ComputedFlutterMixin
  • Upgraded to Computed 0.3
  • ValueListenable.react
  • Listenable.watch