# 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 ` Will build a release build for ``. ## Running in Debug mode With a device or devices connected: `flutter run ` 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 && flutter install`