A beautiful, feature-rich workout timer app built with Flutter. Create custom workout sessions with multiple exercises, track your history, and choose from three stunning themes.
- 📋 Exercise Library - 35+ pre-loaded exercises across 7 categories
- ⏱️ Custom Workouts - Build sessions with multiple exercises
- 💾 Save Presets - Save your favorite workout routines
- 📊 History Tracking - Track completed workouts and stats
- 🎨 3 Beautiful Themes - Neon Gym, Clean Minimal, Sporty Energy
- 🔊 Audio Cues - Sound and vibration at phase transitions
| Home | Exercise Library | Timer |
|---|---|---|
| Neon Gym Theme | Category Selection | Active Workout |
- Flutter - Cross-platform UI framework
- Provider - State management
- SharedPreferences - Local data persistence
- Google Fonts - Beautiful typography
# Clone the repository
git clone https://github.com/kv4u/GymMaster.git
# Navigate to project
cd GymMaster
# Get dependencies
flutter pub get
# Run the app
flutter run -d chrome # For web
flutter run # For mobile/desktop# Build for web
flutter build web --release
# Build for Android
flutter build apk --release
# Build for iOS
flutter build ios --release| Theme | Description |
|---|---|
| 🌙 Neon Gym | Dark theme with electric cyan and hot pink |
| ☀️ Clean Minimal | Light, calm and focused design |
| ⚡ Sporty Energy | Deep purple with lime green accents |
This code is viewable for educational purposes only. You may NOT use, copy, modify, or distribute this code in any project. See LICENSE for details.
Made with ❤️ and Flutter