wowsuchquiz
a very basic quiz app built using flutter for android. user authorization is managed using firebase.
how to use
you will require flutter and the android sdk to follow along.
for the complete set up to start working with flutter please visit here:
https://flutter.dev/docs/get-started/install
choose your operating system and proceed accordingly.
step 1:
download or download this repo by using the link below:
https://github.com/knightvertrag/wowsuchquiz.git
step 2:
go to project root and execute the following command in console to get the required dependencies:
flutter pub get
step 3:
connect your physical device(with debugger options turned on) or emulator to your ide.
step 4:
run the main.dart file
Comments are closed.