Skip to content

Instantly share code, notes, and snippets.

@rodydavis
rodydavis / flutter_github_ci.yml
Last active May 30, 2026 08:17
Flutter Github Actions Build and Deploy Web to Firebase Hosting, iOS to Testflight, Android to Google Play (fastlane)
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_web: