Skip to content

v6.6.3

Compare
Choose a tag to compare
@agordn52 agordn52 released this 24 Feb 04:53
· 5 commits to 6.x since this release
  • Fix issue when resetting the NyPullToRefresh widget
  • Added new stateAction() helper to allow you to send state actions to the NyState or NyPage class
  • New whenStateAction(Map<String, Function()> actions) method added to NyState and NyPage classes to handle state actions
    • E.g. whenStateAction({"showDialog": () => showDialog()})
  • New Map<String, Function()> get stateActions => {} getter added to NyState and NyPage classes to handle state actions
    • E.g. Map<String, Function()> get stateActions => {"showDialog": () => showDialog()};
  • Update GitHub workflows
  • Merge PR from rytisder to fix page_w_controller_stub.dart
  • Update pubspec.yaml