A Flutter-based mobile application that helps musicians manage their song lyrics and setlists for live performances.
- May contain traces of messy code and questionable variable names
- Side effects include easier gig preparation and less scrolling through your phone during performances
- Excessive use may lead to organized setlists and happy band members
- 🔍 Search and view lyrics from thousands of songs using the Genius API
- 📥 Download lyrics for offline access
- 📝 Create and manage custom setlists
- 🎵 Organize songs into different setlists for various gigs/events
- 🔄 Easy setlist management - add, edit, delete setlists and songs
- 💾 Offline storage using Hive database
- 🎨 Clean and intuitive user interface
- Flutter
- Dart
- Hive (for local storage)
- Genius API (for lyrics data)
- HTTP package (for API integration)
- Clone the repository
- Set up your Genius API credentials in
.envfile - Run
flutter pub getto install dependencies - Launch the app using
flutter run
