Skip to content

Instantly share code, notes, and snippets.

View TechieBlossom's full-sized avatar

Prateek Sharma TechieBlossom

View GitHub Profile
@rodydavis
rodydavis / flutter_web_github_workflow.yml
Last active June 19, 2022 11:15
Build and Deploy Flutter Website to Flirebase Hosting
name: Build and Deploy Website
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with: