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.
- Display current time in binary format.
- Customizable colors for binary digits and text.
- Real-time updates to match the system time.
This project is licensed under the MIT License - see the LICENSE file for details.