0% found this document useful (0 votes)
185 views

An Example of Quiz Game Built With Flutter

This document describes a trivia game project hosted on GitHub that was built with Flutter, the Rebuilder package, and the Frideos package. It includes features like state management, dynamic theming, settings, switching data sources, animations, and more. The project contains code for Android and iOS apps, libraries, and screenshots of the trivia game in action.

Uploaded by

Pertos
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
185 views

An Example of Quiz Game Built With Flutter

This document describes a trivia game project hosted on GitHub that was built with Flutter, the Rebuilder package, and the Frideos package. It includes features like state management, dynamic theming, settings, switching data sources, animations, and more. The project contains code for Android and iOS apps, libraries, and screenshots of the trivia game in action.

Uploaded by

Pertos
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

3/26/2020 GitHub - frideosapps/trivia_rebuilder: An example of quiz game built with Flutter, the rebuilder and the frideos package.

frideosapps / trivia_rebuilder

Dismiss
Join GitHub today
GitHub is home to over 40 million developers working together to host
and review code, manage projects, and build software together.

Sign up

An example of quiz game built with Flutter, the rebuilder and the frideos package.
# flutter-apps # flutter-examples # flutter-example-app # flutter-games # games # frideos-library # frideos-package # rebuilder-library # rebuilder-package # trivia-game # quiz
# frideos

2 commits 1 branch 0 packages 0 releases 1 contributor BSD-2-Clause

Branch: master New pull request Find file Clone or download

frideosapps update to rebuilder 0.2.0 DownloadingLatest


... commit 2d5a32e on Jun 12, 2019

android initial commit 10 months ago


Want to be notified of new releases in
frideosapps/trivia_rebuilder?
ios initial commit 10 months ago

lib update to rebuilder 0.2.0 Sign in Sign up


10 months ago

screenshots initial commit 10 months ago

.gitignore initial commit 10 months ago

.metadata initial commit 10 months ago

LICENSE initial commit 10 months ago

README.md initial commit 10 months ago

analysis_options.yaml initial commit 10 months ago

pubspec.lock update to rebuilder 0.2.0 10 months ago

pubspec.yaml update to rebuilder 0.2.0 10 months ago

README.md

Trivia game example


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

features:

State management
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:
Rebuilder
Frideos-flutter
https://github.com/frideosapps/trivia_rebuilder 1/4
3/26/2020 GitHub - frideosapps/trivia_rebuilder: An example of quiz game built with Flutter, the rebuilder and the frideos package.

Screenshots

https://github.com/frideosapps/trivia_rebuilder 2/4
3/26/2020 GitHub - frideosapps/trivia_rebuilder: An example of quiz game built with Flutter, the rebuilder and the frideos package.

https://github.com/frideosapps/trivia_rebuilder 3/4
3/26/2020 GitHub - frideosapps/trivia_rebuilder: An example of quiz game built with Flutter, the rebuilder and the frideos package.

https://github.com/frideosapps/trivia_rebuilder 4/4

You might also like