Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.12 KB

⚡ Flutter Journey 4: Quizzee - Trivia Quiz App

Dart Flutter

What App Is This?

Hello there, today I continue my Flutter personal project journey. I create a trivia quiz app. So, this app concept basically is a simple quiz app that we can play to know more about the common knowledges build with Flutter:

Quizzee

🌱 The Applied Flutter Concepts

  • Multi-child layout (Row and Column)
  • Assets management
  • Flutter 3rd-party package/library (RFlutter Alert, Google Fonts, Supercharged)
  • Flutter State (Stateless and Statefull)
  • Organized reused code with Function
  • Implementing 4 pillars of Object Oriented Programming (OOP) such as Abstraction, Encapsulation, Inheritance, and Polymorphism
  • Improve UI design