https://github.com/hamed-rezaee/flutter_binary_clock
A binary clock with Flutter.
https://github.com/hamed-rezaee/flutter_binary_clock
binary-clock custom-painter flutter
Last synced: 4 months ago
JSON representation
A binary clock with Flutter.
- Host: GitHub
- URL: https://github.com/hamed-rezaee/flutter_binary_clock
- Owner: hamed-rezaee
- License: mit
- Created: 2023-09-16T03:45:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T11:05:29.000Z (over 1 year ago)
- Last Synced: 2023-11-04T02:29:15.767Z (over 1 year ago)
- Topics: binary-clock, custom-painter, flutter
- Language: C++
- Homepage:
- Size: 7.66 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Binary Clock
A binary clock Flutter widget that displays the current time in a binary format. This widget consists of a `BinaryClockPainter` class for custom painting and a `BinaryClock` class for timekeeping and rendering binary digits.

## Features
- Display current time in binary format.
- Customizable colors for binary digits and text.
- Real-time updates to match the system time.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.