animated_quiz_chart 1.0.3
animated_quiz_chart: ^1.0.3 copied to clipboard
A beautiful animated quiz result chart package for Flutter with customizable progress indicators.
Changelog #
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