quick_quiz 1.0.1 quick_quiz: ^1.0.1 copied to clipboard
Package to display multiple-choice-questions (MCQs) in a quiz format.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quick_quiz
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
quick_quiz: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:quick_quiz/quick_quiz.dart';