Skip to content

Instantly share code, notes, and snippets.

View praharshbhatt's full-sized avatar
💙
Flutter

Praharsh Bhatt praharshbhatt

💙
Flutter
View GitHub Profile
@rodydavis
rodydavis / flutter_github_ci.yml
Last active May 30, 2024 00:11
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: