This is a flutter application/Game. UI of this app is responsive. MVVM pattern with services and repository is used for this app. Sqlite database is used for this app.
- Android Studio
- Different flutter packages
- Provider (For state management of MVVM pattern)
- carousel_slider (For carousel with auto sliding animation)
- percent_indicator
- sqflite (For sqlite database)
- email_validator (For validating email)
- crypto (For password encryption and decryption)
- flutter_spinkit (For Loading screen)
- flutter_launcher_icons (For custom Launcher icon add)
- Inkscape (For creating app icon)
For register all possible scenario is also implemented, for example giving email in wrong format etc.
Here 'Forgot Password' feature is not implemented
All possible scenario is implemented for playing quiz. For example, when an answer is selected you can't change the answer etc. When image is part of the question, image will also show up. But for now no question have an image.
When time run out, correct answer is shown.
What happens when answer is incorrect?
What happens when answer is correct?
What happens when player accidently press back button when playing quiz?
You can Logout