Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 518 Bytes

Quiz App ❓

What is Quiz App

We’re going to make a quiz app that tests user's general knowledge.!

Finished App

What i learnt

  • Modularising code into separate classes.
  • Dart classes and objects.
  • Using class constructors.
  • Extracting Widgets to refactor code.
  • private and public modifiers in Dart.
  • How to use Dart lists.

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp.