https://github.com/parth-darji/clock_cp_app
A beautifully crafted Clock App built using Flutter, leveraging the power of Custom Painter to create stunning, highly customizable clock faces and animations.
https://github.com/parth-darji/clock_cp_app
dart flutter
Last synced: 3 months ago
JSON representation
A beautifully crafted Clock App built using Flutter, leveraging the power of Custom Painter to create stunning, highly customizable clock faces and animations.
- Host: GitHub
- URL: https://github.com/parth-darji/clock_cp_app
- Owner: parth-darji
- Created: 2025-01-23T10:09:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T16:59:56.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:49:18.803Z (over 1 year ago)
- Topics: dart, flutter
- Language: Dart
- Homepage:
- Size: 2.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clock Custom Painter App
This Flutter project implements a custom clock using the `CustomPainter` class. The clock updates in real-time and provides a seamless user experience with Flutter's rich UI capabilities. The app also integrates `sqflite` for local database storage, `provider` for state management, and `flutter_local_notifications` to send notifications at specific times.
## Demo

## Features
- Custom clock painted using `CustomPainter`.
- Real-time updates to the clock.
- State management with `provider`.
- Smooth UI with real-time clock animation.