asyncredux-setup
Installation
SKILL.md
AsyncRedux Setup
Adding the Dependency
Add AsyncRedux to your pubspec.yaml:
dependencies:
async_redux: ^25.6.1
Check pub.dev for the latest version.
Creating the State Class
Create an immutable AppState class (in file app_state.dart) with: