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

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.

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.

![Binary Clock](/binary_clock.gif)

## 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.