custom-plugin-flutter-skill-devops

Installation
SKILL.md

custom-plugin-flutter: DevOps & Deployment Skill

Quick Start - GitHub Actions Pipeline

name: Release

on:
  push:
    tags:
      - 'v*'

jobs:
  build-android:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: subosito/flutter-action@v2
Installs
6
GitHub Stars
11
First Seen
Mar 19, 2026
custom-plugin-flutter-skill-devops — pluginagentmarketplace/custom-plugin-flutter