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

https://github.com/frideosapps/trivia_example

A simple trivia game built with Flutter and the frideos package.
https://github.com/frideosapps/trivia_example

example flutter flutter-apps flutter-examples frideos frideos-library frideos-package game-development mobile-app mobile-development quiz streams trivia-game

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Trivia game example

A simple trivia game built with Flutter and the [frideos](https://pub.dartlang.org/packages/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](https://pub.dartlang.org/packages/rebuilder) package [here](https://github.com/frideosapps/trivia_rebuilder).

**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:

- [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)