Guess Song — this is an exciting music quiz game in which the player must guess the names of songs from a short fragment.
🎯 Great for music fans, parties and training your musical memory!
- 🎧 Guess the songs from a 10-second fragment
- 🏆 Points and levels system
- 🎯 Several game modes:
- Classic (one right song)
- For time (as much as you can do in 60 seconds)
- 🌍 Support for dark and light themes
- 🌐 Multi-platform: works on mobile, desktop and browser
- 📊 Player progress and statistics
- Flutter — for cross-platform development
- Dart — programming language
- Shared Preferences — storing local statistics
- Riverpod — state management
- Go Router — navigator
- Dio — working with API
- Talker — logger
- Install Flutter SDK
- Clone repositories: https://github.com/MrBIOSs/guess_song.git
- Get dependencies:
flutter pub get - Launch the application:
flutter run
flutter build apk --release
flutter build ios --release
flutter build web --release
flutter build windows --release
Suggestions, corrections and ideas are welcome! Open Issue or send Pull Request.
This project is distributed under the license MIT.