Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Flutter Riverpod Expert - 2025 Best Practices

porjuparave·juparave· v1.0.0 · atualizado em 2026-04-10
80
Score

Expert knowledge in Flutter Riverpod state management (2025 best practices). Use when working with Riverpod, Flutter state management, AsyncNotifier, provider types, code generation with riverpod_generator, state synchronization, or when the user mentions data fetching, mutations, reactive state, performance optimization, or testing in Flutter apps. Covers AsyncNotifierProvider patterns, repository architecture, autoDispose, family providers, and common anti-patterns to avoid.

flutterriverpodstate-managementasyncnotifiercode-generationdependency-injection
Linguagens
Dart
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdflutter-riverpod-expert/workflow
Add `flutter_riverpod`, `riverpod_annotation`, `build_runner`, and `riverpod_generator` dependencies to `pubspec.yaml`.
Create providers using `@riverpod` annotation and `AsyncNotifierProvider` for async state.
Run `dart run build_runner watch -d` to generate the necessary code.
Use `ref.watch()` in widgets to subscribe to provider changes.
Use `ref.select()` to subscribe to specific properties for optimized rebuilds.
Implement a 3-layer architecture (Data, Application, Presentation) for separation of concerns.
Write tests for providers to ensure correct state management.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar a ←RNTL Test Writing Guide
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←React Native Animations Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Reanimated + Skia Performance
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←Roblox Game Development
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar a ←Build Feature with ShipSwift
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar a ←Add Component from ShipSwift
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←XcodeBuildMCP
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←WeChat Mini Program Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Upgrade React Native
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar a ←Kotlin Multiplatform Abstraction Decisions
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85

Árvore do Skill

Flutter Riverpod Expert - 2025 Best Practices
flutter-riverpod-expert
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
Triggers8
implement state management with Riverpod in Flutteruse AsyncNotifierProvider in Fluttergenerate Riverpod providers with riverpod_generatoroptimize Flutter rebuilds with ref.select()handle asynchronous data with Riverpodapply repository pattern with Riverpodtest Riverpod providers in Fluttermigrate to Riverpod 2.0 best practices

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download flutter-riverpod-expert
$ synaptic skills detail flutter-riverpod-expert
$ synaptic skills live flutter-riverpod-expert

Dependências

flutter_riverpodriverpod_annotationbuild_runnerriverpod_generator

Links

GitHub Repository