apn_actions 1.0.4
apn_actions: ^1.0.4 copied to clipboard
State management tools with actions
1.0.4 #
- Fix bug in pagination widget where it would not load the next page
1.0.3 #
- 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