Skip to content

frideosapps/trivia_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia game example

A simple trivia game built with Flutter and the frideos package.

Article on Medium.com here: https://medium.com/flutter-community/flutter-how-to-build-a-quiz-game-596d0f369575

Alternative version using the rebuilder package here.

features:

  • State management
  • Streams and BLoC pattern
  • Dynamic theme changer
  • Settings page
  • Switchable quiz API (mock questions or quiz from https://opentdb.com/)
  • Json data (fetching and parsing)
  • Animations
  • Text shadows

Packages used:

Screenshots

AnimatedGif Screenshot Screenshot Screenshot Screenshot