# Flutter Workflow

> Create GitHub Actions CI/CD workflow for Flutter apps in Melos workspace. Use when user wants to add CI/CD, create build workflow, setup GitHub Actions, or automate Flutter app builds. Supports all platforms (Android, iOS, Web, Linux, Windows, macOS). Use when this capability is needed.

- Skill: `tomevault-io/flutter-workflow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/flutter-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/flutter-workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/flutter-workflow

---


# Flutter Workflow Creator

Create GitHub Actions workflow for Flutter app builds.

## Usage

```bash
dart run <skill_path>/scripts/create_workflow.dart <app_path> [--name <filename>]
```

## Examples

```bash
dart run <skill_path>/scripts/create_workflow.dart apps/my_app
dart run <skill_path>/scripts/create_workflow.dart apps/my_app --name ci
```

## Options

- `app_path`: App module path (e.g., `apps/my_app`)
- `--name`: Workflow filename (default: `main`)
- `--workspace`: Workspace root path (auto-detected)

## Template Features

- Multi-platform builds: Android (APK/AAB), iOS, macOS, Windows, Linux, Web
- Automatic version detection from git tags
- Release creation on tag push
- Web deployment to GitHub Pages
- Melos workspace support

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/aoeiuv020) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

