Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 309 Bytes

CHANGELOG.md

File metadata and controls

19 lines (11 loc) · 309 Bytes

0.0.1

  • initial release.

0.0.2

  • Value notifier bool type support, add toggle method.
  • Hook useWidgetRef to get widget reference.

0.0.3

  • Riverpod add refreshSelf method to the AsyncNotifier.

0.0.4

  • Fix adding refreshSelf method to the AsyncNotifier.

0.0.5

  • Undo last fix