Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 659 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 659 Bytes

Quizzler ❓

My Goal

In this app, I've reviewed Stateful and Stateless Widgets as well as learned about the fundamental building blocks of Object Oriented Programming (OOP) - Classes and Objects.

What I've created

I've made a quiz app that tests your general knowledge.

Finished App

What I've learned

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