apn_actions 1.1.2
apn_actions: ^1.1.2 copied to clipboard
State management tools with actions
1.1.2 #
- Use items length instead of item count for PaginatedList to avoid out of range issues with headers and loaders
1.1.1 #
- BREAKING: Make internal read nullable to avoid exceptions due to unmountend context during async operations.
1.1.0 #
- Fix bug in paginated list where pull to refresh would not work on iOS (again)
- BREAKING: PullToRefresh and PlatformLoader are no longer exposed by this package
1.0.5 #
- Fix bug in paginated list where pull to refresh would not work on iOS
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