a client for navidrome server for android platform.
this project is a starting point for a flutter application that connects to a navidrome server.
- flutter sdk
- dart sdk
- clone the repository:
git clone https://github.com/thepmsquare/navidrome_client.git
- install dependencies:
flutter pub get
- configure environment (optional):
copy
.env.exampleto.envand fill in theSENTRY_DSNif you want to enable Sentry:cp .env.example .env
- run the application:
flutter run --dart-define-from-file=.env
you can build the APK or App Bundle using the environment file:
- apk:
flutter build apk --dart-define-from-file=.env
- appbundle:
flutter build appbundle --dart-define-from-file=.env
this project is licensed under the gnu general public license v3. see the license file for details.