This is a Flutter app for a quiz about commerce. The app uses Firebase Realtime Database as a backend to store and retrieve the quiz questions.
Multiple-choice questions with four options Randomly generated questions from a pool of questions Score tracking and display of final score Firebase Realtime Database integration
Clone this repository: git clone https://github.com/Chamidilshan/Quiz_app.git Change directory to the project: cd commerce_quiz_app Install the dependencies: flutter pub get Run the app: flutter run
The app requires a Firebase project and a Realtime Database instance. You will need to create a Firebase project and add a Realtime Database to it, and then update the google-services.json file in the android/app directory with your project's configuration.