apn_actions 1.0.2 copy "apn_actions: ^1.0.2" to clipboard
apn_actions: ^1.0.2 copied to clipboard

outdated

State management tools with actions

1.0.2 #

  • BREAKING: all IActions should now implement an execute() method. This is to allow action tracking that we can use in our tests to see if actions are being executed correctly. (see /test directory for examples)
  • Added verboseActionLogging that is visible for testing to enable logging of actions. This is useful for debugging tests in your app.

0.0.4 #

  • Added relevant hooks and widgets to be used with actions
  • Loosen dart constraint to allow for 2.19.0

0.0.1 #

  • Initial release of basic actions