robot 7b04b2f9cd
CI / Lint (pull_request) Canceled after 16m4s
CI / Test (pull_request) Canceled after 0s
CI / Build Android (pull_request) Canceled after 0s
CI / Build iOS (pull_request) Canceled after 0s
fix(ci): generate stub files before flutter analyze
The generated/ directory (app_config.dart, theme_colors.dart) is created
by build_whitelabel.py from theme.json. Since theme.json is not in the
repo, the lint gate fails on missing generated imports.

Added ci_stub_gen.py to produce minimal stubs so flutter analyze passes
before the whitelabel build step. Wired into all jobs in ci.yml and
release.yml.
2026-08-01 06:52:09 +00:00

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

Flutter build tools

Renaming the app

dart run flutter_name_manager:rename_app --name "KRYZ Go!"

Updating the launcher icons

dart run flutter_launcher_icons
S
Description
No description provided
Readme
3.8 MiB
Languages
Dart 35.9%
Kotlin 19.5%
C++ 13.2%
Python 11.6%
CMake 10.5%
Other 9.3%