pie_timer 1.4.1
pie_timer: ^1.4.1 copied to clipboard
Customizable Timer package with a pie animation. This package can render a circular countdown timer with animated pie-shaped progress.
Changelog #
1.4.1 (25.04.2025) #
- Fixed
AnimationController.dispose() called more than onceerror when using external controllers - Fixed
TooltipState is a SingleTickerProviderStateMixin but multiple tickers were createderror - Improved animation listener management to prevent memory leaks
- Enhanced widget lifecycle handling with proper
didUpdateWidgetimplementation - Added internal controller tracking to prevent controller disposal conflicts
1.4.0 (22.04.2025) #
- Updated dependencies.
- pauseIcon and pauseIconColor props added.
- Props validation method updated.
- Auto start after the timer is reset, removed.
- Fixed compatibility issues with the latest Flutter version.
1.3.1 (18.01.2024) #
- Bug fix, the shape of the circular overlay was fixed.
1.3.0 (17.01.2024) #
- Feature/pie animation start angle change.
1.2.0 (14.09.2022) #
- VoidCallback onLongPress added to PieAnimationController to call _onLongPress.
- VoidCallback startAnim added to PieAnimationController to call _startAnim.
- VoidCallback stopAnim added to PieAnimationController to call _stopAnim.
- VoidCallback resetAnim added to PieAnimationController to call _resetAnim.
1.1.2 (14.09.2022) #
- VoidCallback onTap added to PieAnimationController to call _onTap.
- Bug Fix (Stop icon animation)
1.1.1 (14.09.2022) #
- Bug fix (Flickering effect with multiple timers)
1.1.0 (07.09.2022) #
- Shadow properties removed in CustomPainter.
- PhysicalModel added for material shadow.
1.0.0 (06.09.2022) #
- Initial release. Features, usage, etc. are added in readme.md.