apn_actions 1.0.1
apn_actions: ^1.0.1 copied to clipboard
State management tools with actions
1.0.1 #
- 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)
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