trivia_rebuilder icon indicating copy to clipboard operation
trivia_rebuilder copied to clipboard

An example of quiz game built with Flutter, the rebuilder and the frideos package.

Results 1 trivia_rebuilder issues
Sort by recently updated
recently updated
newest added

In answers_widget.dart, several lines limit the multiple-choice to 4 answers only: line 10 const questionLeadings = ['A', 'B', 'C', 'D']; line 63 for (int i = 0; i < 4;...

good first issue