riverpod-state-management

Official

Riverpod state management mastery for Flutter.

AuthorRIMTHAN-LAB
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps Flutter developers implement robust state management using Riverpod, including providers, dependency injection, code generation, async data handling, and testing patterns.

Core Features & Use Cases

  • Provider Types Overview: Immutable, StateProvider, FutureProvider, StreamProvider, StateNotifier, Notifier, AsyncNotifier.
  • Code Generation: Use riverpod_generator and riverpod_annotation for type-safe providers.
  • Testing & Debugging: Test providers and automations.
  • Migration & Hooks: Migrate from Provider; use hooks_riverpod for widget composition.

Quick Start

Initialize the app with ProviderScope at the root; implement a simple counter with StateProvider and a FutureProvider for data loading; expand with a Notifier/AsyncNotifier for complex state management.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: riverpod-state-management
Download link: https://github.com/RIMTHAN-LAB/rimthan-plugins/archive/main.zip#riverpod-state-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository