advanced_countdown_timer 0.0.2 advanced_countdown_timer: ^0.0.2 copied to clipboard
A customizable countdown timer for Flutter applications.
Changelog #
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.
[0.0.2] - 2024-10-18 #
Added #
- Initial release of AdvancedCountdownTimer.
- Added basic countdown timer functionality with:
- Start, pause, and reset capabilities.
- Circular progress indicator to show the remaining time.
- Customizable text styles and progress bar color.
- Callback functions for start, pause, and complete events.
- Widget tests for countdown start, pause, and reset.
- Example usage and basic customization options for the widget.
How to Update This File: #
- For each new version, you will increment the version number and add details about the new features, bug fixes, and other changes.
For example, if in version 1.1.0
you add a new feature to customize the timer's shape, you would add a section like this:
## [1.1.0] - 2024-11-01
### Added
- New option to customize the shape of the countdown timer.