An open API service indexing awesome lists of open source software.

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.

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

![Clock Demo GIF](demo.gif)

## Features

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