matching_game 0.1.2
matching_game: ^0.1.2 copied to clipboard
A Flutter plugin for an interactive drag-and-drop question-answer matching game supporting flexible data formats.
matching_game #
A Flutter plugin for an interactive drag-and-drop question-answer matching game. Supports flexible data formats, allowing users to provide questions in JSON, Map, or custom classes.
Features #
- Drag-and-drop answer matching
- Customizable colors, text styles, and number of questions per set
- Supports JSON, Map, and custom data formats
- Feedback for correct/incorrect answers
- Responsive and accessible UI
Installation #
Add this to your pubspec.yaml
:
dependencies:
matching_game: ^0.1.0