Dùng GitHub Actions, Fastlane hoặc Firebase App Distribution.
- Pipeline thông thường: lint code → chạy test → build APK/IPA → upload lên app store hoặc Firebase.
- Tự động hóa trên pull request để phát hiện vấn đề sớm.
- Các tool:
flutter analyzeđể lint,flutter testcho unit/widget test,flutter build apkcho release build,firebase-toolsđể phân phối. - CI/CD tốt ngăn các release bị lỗi.