Skip to content

Instantly share code, notes, and snippets.

View HexaGhost-09's full-sized avatar
Hey

Hexa Ghost 09 HexaGhost-09

Hey
View GitHub Profile
@HexaGhost-09
HexaGhost-09 / Flutter.txt
Last active July 15, 2025 10:56
Simple Flutter Commands for Apk Export
flutter clean
flutter pub get
flutter build apk --release
flutter doctor
gh release create v1.2.4 build/app/outputs/flutter-apk/app-release.apk --title "Version 1.2.4" --notes "Optimised App"
gh release upload v1.2.4 \
build/app/outputs/flutter-apk/app-release.apk