ChiMusic is a Flutter music app prototype for Android, iOS, and macOS with a Spotify-inspired product flow and an Apple liquid glass visual language.
$ flutter pub get
$ flutter analyze
$ flutter test- Product scope: docs/product_plan.md
- UI system: docs/liquid_glass_ui.md
- GitHub CI/CD: docs/github_cicd.md
.github/workflows/ci.ymlruns Flutter analyze and tests, then produces Android, iOS, and macOS build artifacts for pull requests and main branch pushes..github/workflows/release.ymlruns onv*tags, packages Android release outputs plus unsigned Apple desktop/mobile artifacts, and uploads them to the matching GitHub Release.
- Android currently still uses the template application id
com.example.chimusic. - iOS and macOS currently still use the template bundle id
com.example.chimusic. - Apple release artifacts are packaged unsigned by default. For TestFlight, App Store, or notarized macOS distribution, add your production signing assets and real bundle identifiers first.