Skip to content

Releases: mstniy/computed_flutter

0.3.0

Choose a tag to compare

@mstniy mstniy released this 23 Mar 15:04
  • Upgraded to Computed 0.5
  • Let computed widgets use async operations

0.2.0

Choose a tag to compare

@mstniy mstniy released this 25 Dec 19:35
  • Upgraded Computed to 0.4
  • Rebuild Widgets during build(), instead of when their dependencies change

0.1.1

Choose a tag to compare

@mstniy mstniy released this 20 Dec 23:49
  • Element::build: Always rebuild, unless there is a cached build already
  • Added mixin for stateful widgets

0.1.0

Choose a tag to compare

@mstniy mstniy released this 17 Dec 19:13
  • ComputedWidget, ComputedStatefulWidget, ComputedBuilder, ComputedFlutterMixin
  • Upgraded to Computed 0.3
  • ValueListenable.react
  • Listenable.watch