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