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.

tomevault-io eed23b8 2 files · 1.9 KB Updated

File contents

Flutter Workflow Creator

Create GitHub Actions workflow for Flutter app builds.

Usage

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

Examples

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 — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/aoeiuv020--flutter-melos-template--flutter-workflow commit eed23b8de3

Frequently asked questions

npx skillmds@latest add tomevault-io/flutter-workflow