The mobile app is part of the My Media Lib project. With this app a client can listen to records of My Media Lib or download them into offline playlists. This app runs on android and iOS.
Setup your local development environment to run flutter.
Clone this repository. Consider that you have setup and configured the backend.
Run following commands in the folder to start the app from source.
flutter pub get
flutter run
New releases will be available when new features or improvements exists. Check the corresponding release to learn what has changed. Binary releases are not avaialbe for the app. Deploy the app by yourself. Check the official documentation on how to deploy from source.
You can customize the icon, title and color scheme of the app. Check the official documentation on how to do this.
Please check the official documentation on how to contribute.