Flutter Quiz App

This project is a cross-platform Quiz App demo developed using Flutter 3.35 and Dart 3.9. It features a question database that can be adapted for various topics, hosted on Firebase. The app incorporates unit testing to maintain functionality during future updates, showcasing skills in mobile app development and deployment.

Developed with Flutter 3.35 / Dart 3.9

This project is a basic cross-platform Quiz App demo, developed using Flutter and coded in Dart. Current question database is loaded with Flutter quiz questions, but could be easily converted to other topics. The demo is hosted on firebase, so check out the live Quiz Web App.

This project also makes use of component testing to ensure project navigation, structure, and behavior function as expected with any future changes.

Testing

Skills

  • Firebase hosting
  • Cross-Platform development using Dart and Flutter
  • Web App Deployment
  • Stateless and Stateful Widgets
  • Component Testing using flutter_test Testing Suite