Files
kryz-go-flutter/.gitea
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
..