# 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.