Dart & Flutter Backend
Fish orchestrates Dart CLI packages and multiplatform Flutter applications with high-speed caching.
Detection
Fish automatically detects Dart and Flutter projects through:
pubspec.yamlpubspec.lock
Supported Commands
bash
fish build # Compiles Dart AOT or Flutter bundles
fish test # Executes dart test / flutter test
fish check # Runs dart analyzeConfiguration in fish.toml
toml
backend = "dart"
jobs = 4