flutter-cicd

Installation
SKILL.md

CI/CD Standards

Priority: P1 (HIGH)

Core Pipeline Steps

  1. Environment Setup: Use stable Flutter channel. Cache dependencies (pub, gradle, cocoapods).
  2. Static Analysis: Enforce flutter analyze and dart format. Fail on any warning in strict mode.
  3. Testing: Run unit, widget, and integration tests. Upload coverage reports (e.g., Codecov).
  4. Build:
  • Android: Build App Bundle (.aab) for Play Store.
  • iOS: Sign and build .ipa (requires macOS runner).
  1. Deployment (CD): Automated upload to TestFlight/Play Console using standard tools (Fastlane, Codemagic).

Best Practices

Installs
2
GitHub Stars
521
First Seen
May 27, 2026
flutter-cicd — hoangnguyen0403/agent-skills-standard