quick_quiz 1.0.0 copy "quick_quiz: ^1.0.0" to clipboard
quick_quiz: ^1.0.0 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.0

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';
2
likes
140
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Package to display multiple-choice-questions (MCQs) in a quiz format.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on quick_quiz