automate-flutter-app-releases

Installation
SKILL.md

Automate Flutter App Releases

TLDR You can find the script here.

#!/bin/bash

echo "App Release Automator by @rodydavis"

action="$1"
red=`tput setaf 1`
green=`tput setaf 2`
reset=`tput sgr0`

if [ ${action} = "build" ]; then
Installs
46
GitHub Stars
40
First Seen
Feb 4, 2026
automate-flutter-app-releases — rodydavis/skills