RiverWave music player is a rewrite of the official MyArtist music player app that allows fans to stay updated on their favourite music.
This is a reimagining of the Take your Flutter app from boring to beautiful codelab. The rewrite incorporates Riverpod for state management and Flutter Hooks, replacing the Bloc library used in the original project.
- Clone the Flutter Project:
- Use
git clone https://github.com/anmol-me/riverwave_music_player.git
to download the project from the GitHub repository.
- Use
- Install Dependencies:
- Navigate to the project directory and run
flutter pub get
to install the required dependencies.
- Navigate to the project directory and run
- Run the App:
- Connect a device or emulator and run the app using
flutter run
or through your IDE.
- Connect a device or emulator and run the app using
If you encounter any issues with the project or have suggestions for improvements, please don't hesitate to report them. To report an issue:
- Go to the Issues section of this repository.
- Click on the "New Issue" button.
- Clearly describe the problem you're experiencing or the feature you're requesting.
- Provide steps to reproduce the issue if possible.
- Add any relevant screenshots or code snippets that can help in understanding the issue.
- Click "Submit new issue".
Thank you for helping us improve RiverWave music player!