Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 626 Bytes

File metadata and controls

17 lines (10 loc) · 626 Bytes

QuizApp-Flutter

A simple quiz app that takes data from an online api and gives you multiple choice and boolean questions of various genres and difficulies.

Getting Started

For help getting started with Flutter, view our online documentation.

Credits

  • This app is learnt and made from a tutorial by Pawan Kumar.
  • The api for questions and answers can be found here.
  • A json to dart converter was also used from this project.