Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frideosapps/trivia_rebuilder
- Owner: frideosapps
- License: bsd-2-clause
- Created: 2019-06-01T16:59:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T21:11:17.000Z (over 5 years ago)
- Last Synced: 2023-03-11T19:12:10.522Z (over 1 year ago)
- Topics: flutter-apps, flutter-example-app, flutter-examples, flutter-games, frideos, frideos-library, frideos-package, games, quiz, rebuilder-library, rebuilder-package, trivia-game
- Language: Dart
- Homepage:
- Size: 1.92 MB
- Stars: 33
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)