- The four pillars of Object Oriented Programming:
Abstraction
Encapsulation
Inheritance
Polymorphism
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/quizzler-app.git
# Go into the repository
$ cd quizzler-app
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run