flowr-dart-usage
Installation
SKILL.md
FlowR Dart Usage
Use flowr_dart APIs correctly without Flutter or MVVM assumptions.
First Checks
- Follow the project
AGENTS.md: this repository usesfvmfor Flutter and Dart commands, for examplefvm dart testandfvm flutter analyze. - Before editing code, run
git status --short. If unrelated uncommitted changes exist, ask whether to commit or ignore them. - Prefer the project's existing architecture. This skill covers pure Dart FlowR API usage, not where files must live.
- If a project depends on
flowr, it implicitly depends onflowr_dart; this skill remains the source of truth for sharedFlowR/FlowBsemantics. - When both
flowr-usageandflowr-dart-usageare installed, handle shared core behavior here first and letflowr-usagehandle Flutter-specific widgets, providers, and MVVM extensions.