A beautiful Material 3 countdown timer app for Android. Create, customize, and share multiple timers with notifications, daily reminders, and more!
- Multiple Timers: Create and manage unlimited countdown timers
- Live Countdown: Real-time countdown with smooth animations
- Customizable: Choose icons and colors for each timer
- Recurring Timers: Daily, weekly, monthly, and yearly recurring timers
- Notifications: Local notifications and daily reminders
- Share Timers: Share timer information as images
- Dark/Light Mode: Toggle between themes
- Multi-selection: Select multiple timers for batch operations
- Local Storage: Persistent timer data
- Flutter SDK (3.16.0 or higher)
- Android Studio / VS Code
- Android device or emulator (API level 21+)
-
Clone the repository
git clone https://github.com/yousername/tickly.git cd tickly -
Install dependencies
flutter pub get
-
Run the app
flutter run
# Build APK
flutter build apk --release
# Build App Bundle
flutter build appbundle --releaseThis project is licensed under the MIT License - see the LICENSE file for details.
Original Author: lostf1sh