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

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

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!

![Finished App](https://github.com/londonappbrewery/Images/blob/master/quizzler-demo.gif)

## 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.