A simple quiz app based on flutter, it shows realtime answere of the previous question as well as the result of the quiz at the end.
This app requires quickalert widget to show alert which can be customize
Start by adding the library as a dependency to your project.
dependencies:
QuickAlert: <latest version>
Import it in your dart code, you can use
import 'package:quickalert/quickalert.dart';
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

