Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7747ea194c | ||
|
|
6570ad8a87 |
@@ -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
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user