Love Shots is a Flutter app that displays random phrases from a text file (assets/phrases.txt
) at set intervals, providing an engaging and progressive experience.
- Displays a new random phrase every 5 seconds.
- Tracks the percentage of discovered phrases.
- Shows a countdown timer until the next draw.
- Allows users to view all previously drawn phrases.
- The app loads phrases from the
phrases.txt
file stored in the assets. - Every 5 seconds, a new random phrase is displayed.
- The user can track the percentage of discovered phrases.
- Once all phrases have been displayed, the draw stops.
- The user can view all drawn phrases at any time.
- Flutter
- Dart