Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frideosapps/trivia_rebuilder

An example of quiz game built with Flutter, the rebuilder and the frideos package.
https://github.com/frideosapps/trivia_rebuilder

flutter-apps flutter-example-app flutter-examples flutter-games frideos frideos-library frideos-package games quiz rebuilder-library rebuilder-package trivia-game

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Trivia game example

A simple trivia game built with Flutter, the [rebuilder](https://pub.dartlang.org/packages/rebuilder) and the [frideos](https://pub.dartlang.org/packages/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](https://pub.dartlang.org/packages/rebuilder)
- [Frideos-flutter](https://pub.dartlang.org/packages/frideos)

## Screenshots
![AnimatedGif](screenshots/anim.gif)
![Screenshot](screenshots/1.png)
![Screenshot](screenshots/2.png)
![Screenshot](screenshots/3.png)
![Screenshot](screenshots/4.png)