https://github.com/dauntlessdev/quizzler
Basic flutter quiz app
https://github.com/dauntlessdev/quizzler
dart flutter lists oop quiz
Last synced: about 1 month ago
JSON representation
Basic flutter quiz app
- Host: GitHub
- URL: https://github.com/dauntlessdev/quizzler
- Owner: DauntlessDev
- Created: 2020-06-04T02:06:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T07:45:40.000Z (about 6 years ago)
- Last Synced: 2024-05-21T12:16:46.645Z (about 2 years ago)
- Topics: dart, flutter, lists, oop, quiz
- Language: Dart
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizzler ❓
## What is this app?
It is a quiz app that tests your general knowledge. As one of the most popular types of apps on the app stores, you can create your own quiz for other people to enjoy!

## Learnings
- Modularising your code into separate classes.
- Dart classes and objects.
- Using class constructors.
- Extracting Widgets to refactor your code.
- private and public modifiers in Dart.
- How to use Dart lists.
- The difference between var, const and final.