- Normalizes naming.

- Updates `readme.md`
This commit is contained in:
2026-04-30 02:41:45 +00:00
parent f907a4f3b6
commit 832437f9ea
11 changed files with 35 additions and 13 deletions
+22 -1
View File
@@ -1,2 +1,23 @@
# kryz-go-flutter
# KRYZ Go!
## About
A Flutter application for KRYZ LP-FM 98.5 Mariposa. This is our Mobile application that ties our listiners into our radio station while on the Go!
## Operations
## Build
`flutter build <platform>`
Will build a release build for `<platform>`.
## Running in Debug mode
With a device or devices connected:
`flutter run <platform>`
Will execute the application in the debugging sandbox.
## Building and deploying in release mode (required for iOS launcher.)
Assumes the device is connected meaningfully to the session:
`flutter build <platform> && flutter install`