Skip to content

Instantly share code, notes, and snippets.

View dleurs's full-sized avatar

Dimitri Leurs dleurs

View GitHub Profile
@heyhey1028
heyhey1028 / !README.md
Last active March 29, 2023 10:29
Continuous delivery of flutter app (Fastlane + Github Actions + Firebase App Distribution) -- flutter build ipa ---

created 2022/10/12

Continuous Delivery of Flutter test app

About

A sample code for distributing test ios app built with flutter via Firebase App Distribution with one tap of github actions. Sample is dedicated for circumstances using below.

  • flutter
  • fastlane
  • github actions
  • Firebase App Distribution
@rodydavis
rodydavis / flutter_github_ci.yml
Last active February 25, 2024 05:40
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:
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 18, 2024 23:08
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example