quiz_view library
A comprehensive, animated quiz widget package for Flutter
Classes
- AnimatedRadioColumn
- QuizConfig
- Configuration class for the quiz widget appearance and behavior
- QuizQuestion
- Represents a single quiz question with multiple choice answers
- QuizWidget
- A comprehensive quiz widget that manages multiple questions with navigation
Typedefs
- QuizAnswerCallback = void Function(QuizQuestion question, String? answer)
- Callback function type for when an answer is selected
-
QuizCompletedCallback
= void Function(List<
QuizQuestion> questions) - Callback function type for when quiz is completed