Flutter project following 'App Ideas' specifications.
Practice and test your knowledge by answering questions in a quiz application made with Flutter.
button
passed
or failed
the quizTo 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/quiz-app.git
# Go into the repository
$ cd quiz-app
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run