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.
- Host: GitHub
- URL: https://github.com/frideosapps/trivia_example
- Owner: frideosapps
- License: bsd-2-clause
- Created: 2019-04-04T20:36:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T17:31:46.000Z (about 6 years ago)
- Last Synced: 2025-04-05T09:33:51.682Z (2 months ago)
- Topics: example, flutter, flutter-apps, flutter-examples, frideos, frideos-library, frideos-package, game-development, mobile-app, mobile-development, quiz, streams, trivia-game
- Language: Dart
- Homepage: https://medium.com/flutter-community/flutter-how-to-build-a-quiz-game-596d0f369575
- Size: 1.93 MB
- Stars: 120
- Watchers: 9
- Forks: 49
- 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 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




