Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcq_flutter

Flutter UI widgets for mcq_engine.

Features

  • McqQuestionView
  • McqQuizView
  • McqReviewView

Quiz dialog

You can open a one-question-at-a-time popup dialog with showMcqQuizDialog. If the quiz has multiple questions, the dialog shows Next and Back. If the quiz only has one question, it shows Submit directly.

final answers = await showMcqQuizDialog(
  context: context,
  quiz: quiz,
);

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages