animated_clock_indicator 1.0.1
animated_clock_indicator: ^1.0.1 copied to clipboard
A customizable animated clock indicator widget for Flutter.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2024-11-03 #
Changed #
- README.md: Improved documentation formatting and added usage examples for clarity.
- LICENSE: Updated the license file to ensure compatibility with pub.dev requirements by using the exact MIT License text format.
1.0.0 - 2024-11-03 #
Added #
- Initial Release:
- Introduced the
AnimatedClockIndicatorwidget, enabling developers to add animated clock indicators to their Flutter applications. - Developed the
AnimatedClockIndicatorOptionsclass, providing extensive customization options for border width, hand widths, colors, rotation durations, and ratios. - Implemented a named constructor
withUniformColorinAnimatedClockIndicatorOptionsfor applying a single color to all clock elements, ensuring aesthetic harmony. - Ensured performance optimization by incorporating an internal
RepaintBoundary, preventing unnecessary repaints. - Comprehensive documentation and usage examples included to facilitate easy integration and customization.
- Introduced the