animated_quiz_chart 1.0.4
animated_quiz_chart: ^1.0.4 copied to clipboard
A beautiful animated quiz result chart package for Flutter with customizable progress indicators.
Changelog #
All notable changes to this project will be documented in this file.
1.0.4 #
1.0.3 #
Fixed #
- Fixed QuizResult validation to allow totalQuestions = 0
- Fixed percentage calculation for edge cases
- Updated test cases to match new QuizResult constructor
- Added missing
publish_to: nonein example pubspec
Changed #
- Improved error messages in QuizResult constructor
- Enhanced test coverage with more edge cases
1.0.2 #
Added #
- Initial release of AnimatedQuizChart widget
- ResultPage for complete result screens
- QuizResult data model
- CircleProgressPainter for custom chart painting
- Basic example application
Features #
- Animated circular progress chart
- Customizable colors and sizes
- Smooth animations with configurable duration
- Mobile-optimized for Android and iOS