skills/smithery.ai/asyncredux-setup

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:

Installs
1
First Seen
May 2, 2026
asyncredux-setup from smithery.ai