Author SHA1 Message Date
robot 7747ea194c fix(ci): stub appName must match test expectation 'KRYZ Go!'
CI / Lint (pull_request) Successful in 19m20s
CI / Test (pull_request) Successful in 19m19s
CI / Build iOS (pull_request) Waiting to run
CI / Build Android (pull_request) Failing after 26m21s
2026-08-01 08:14:45 +00:00
robot 6570ad8a87 fix(ci): dart format has no --fix flag; use plain dart format
CI / Lint (pull_request) Successful in 19m19s
CI / Test (pull_request) Failing after 19m16s
CI / Build Android (pull_request) Skipped
CI / Build iOS (pull_request) Skipped
dart format always rewrites files — there is no --fix option.
Renamed step to 'Auto-format source' to reflect what it does.
2026-08-01 07:32:17 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ jobs:
- name: Analyze Dart code
run: flutter analyze --fatal-warnings
- name: Check formatting
run: dart format --fix lib/ test/
- name: Auto-format source
run: dart format lib/ test/
# ── Stage 2: Unit & widget tests ─────────────────────────────────
+1 -1
View File
@@ -18,7 +18,7 @@ DEFAULT_APP_CONFIG = '''// GENERATED STUB — DO NOT EDIT.
class AppConfig {
static const String callsign = 'KRYZ';
static const String appName = 'KRYZ Go';
static const String appName = 'KRYZ Go!';
static const String tagline = '';
static const String frequency = '';
static const String streamUrl = '';