blob: ad2f1ef946ea621bc4f06e940b33572435bc51e1 (
plain)
1
2
3
4
5
6
7
|
# Player Android Agent Notes
This directory is the Flutter Android client for the Player server.
- Keep the scaffold simple until the app has real UI requirements.
- Do not add a state-management framework without a concrete need.
- Keep API client methods aligned with `../player-server/docs/api.md` and server routes.
|