apn_actions
State management tools with actions
3.0.1
111 downloads/mo
#1967 most downloaded on pub.dev
appnormal/apn_actions
What this package is like to depend on
Last release 9 months ago
22 Nov 2025
Release timing varies
gaps range from 1 weeks to 13 months
Most releases are documented
notes for 15 of 21 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
21 releases · first in 2023
2 releases in the last 12 months
see the full history below
Release timeline
21 releases · Apr 2023 to Nov 2025Releases
latest 21-
3.0.122 Nov 2025Release notes
Open source →- BREAKING: Removed
updateandchangemethods fromRefActionto prevent runtime errors from unsafe dynamic casting - Added StateNotifier class for a replacement of StateProvider (with update and change methods)
- BREAKING: Removed
-
3.0.022 Nov 2025Release notes
Open source →- BREAKING: Migrated to Riverpod 3.0
- BREAKING: removed useVoidAction
- BREAKING: remove depdendency on apn_toast (useListenerToError now only provides the error to the callback)
- Update dependencies
- Added a bunch of tests
-
2.0.106 Nov 2024Nothing published for this version
-
2.0.001 Mar 2024Release notes
Open source →- BREAKING: useEvent is renamed to useAction
- BREAKING: useVoidEvent is renamed to useVoidAction
- Update dependencies
- Use useContext in stead of useIsMounted to check if the widget is still mounted
-
1.1.602 Dec 2023 -
1.1.520 Jun 2023 -
1.1.419 May 2023 -
1.1.316 May 2023Release notes
Open source →- Fixed a bug in the paginated list where the error widget would not show up when an error occured.
-
1.1.204 May 2023Release notes
Open source →- Use items length instead of item count for PaginatedList to avoid out of range issues with headers and loaders
-
1.1.124 Apr 2023Release notes
Open source →- BREAKING: Make internal read nullable to avoid exceptions due to unmountend context during async operations.
-
1.1.019 Apr 2023Release notes
Open source →- 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.519 Apr 2023 -
1.0.418 Apr 2023 -
1.0.318 Apr 2023Release notes
Open source →- 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
verboseActionLoggingthat is visible for testing to enable logging of actions. This is useful for debugging tests in your app.
- BREAKING: all IActions should now implement an
-
1.0.218 Apr 2023Nothing published for this version
-
1.0.118 Apr 2023Nothing published for this version
-
1.0.018 Apr 2023Nothing published for this version
-
0.0.412 Apr 2023Release notes
Open source →- Added relevant hooks and widgets to be used with actions
- Loosen dart constraint to allow for 2.19.0
-
0.0.312 Apr 2023Nothing published for this version
-
0.0.212 Apr 2023Nothing published for this version
-
0.0.111 Apr 2023