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 uses fvm for Flutter and Dart commands, for example fvm dart test and fvm 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 on flowr_dart; this skill remains the source of truth for shared FlowR/FlowB semantics.
  • When both flowr-usage and flowr-dart-usage are installed, handle shared core behavior here first and let flowr-usage handle Flutter-specific widgets, providers, and MVVM extensions.

Imports

Installs
18
Repository
hu-wentao/flowr
GitHub Stars
2
First Seen
May 31, 2026
flowr-dart-usage — hu-wentao/flowr