Adarsh9616 / QuizApp_Using_Flutter

This is a Quiz App made using Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz App Using Flutter

Goal

Stateful and Stateless Widgets as well as learning about the fundamental building blocks of Object Oriented Programming (OOP) - Classes and Objects.

What you will create

This 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!

What did I learn

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

About

This is a Quiz App made using Flutter.


Languages

Language:Dart 79.2%Language:Objective-C 9.5%Language:Shell 6.6%Language:Java 4.6%