flutter_animated_circle 0.1.1
flutter_animated_circle: ^0.1.1 copied to clipboard
Beautiful animated circles and pie charts for Flutter. Smooth animations, multi-segment support, scroll triggers, and extensive customization.
Changelog #
All notable changes to this project will be documented in this file.
0.1.1 - 2025-07-22 #
Improved #
- Test Coverage: Updated and expanded test suite to validate performance optimizations
- Code Quality: Added equality operators and hashCode implementations for better configuration comparison
- Documentation: Enhanced code documentation with performance considerations
Fixed #
- Test Compatibility: Corrected test expectations to match improved
shouldRepaint
behavior
0.1.0 - 2025-07-11 #
Added #
- Animated Pie Charts: New
AnimatedPieChartView
widget for filled pie visualizations - Pie Data Model:
PieData
class for chart data with values, colors, and labels - Pie Chart Painter:
PieChartPainterConfig
andPieChartPainter
for rendering - Demo Pages:
PieChartDemo
andPieChartScrollDemo
with examples - Test Coverage: Comprehensive tests for new components
- Documentation: Updated README with pie chart API and examples
Improved #
- Navigation with pie chart demo links
- API reference with pie chart options
- Design patterns for circles vs pie charts
0.0.3 #
Added #
- Professional documentation suite with comprehensive README
- Contributing guidelines and development setup instructions
Improved #
- Package description for better discoverability
- Code quality standards and review processes
- API documentation with complete parameter reference
- Performance guidelines and troubleshooting section