quiz 0.0.2 copy "quiz: ^0.0.2" to clipboard
quiz: ^0.0.2 copied to clipboard

A new Flutter package project.

Simple and useful package to create multiple choice quizes or questions in your app

Features #

Use it to create quizes

Getting started #

create objects of class Quizzy in your app and then use it to build quizes

Usage #

Quizzy q1=Quizzy('question text',['multiple','options'],1); q1.checkAns(1);

const like = 'sample';

Additional information #

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

1
likes
110
pub points
53%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on quiz