Quiz app consist of 5 distinct categories where user can choose or can press 'quick start' button for random category. Learned about app theming for consistent look and 'Provider' state manager.
- 5 distinct categories
- Randomized questions at least 10 for each category
- Process bar to track performance
| Homescreen | Questionscreen | Scorescreen |
|---|---|---|
![]() |
![]() |
![]() |
Ensure you have the following installed on your local machine:
- Xcode (iOS) or Android Studio (Android)
- Flutter Version Manager
First, navigate to the directory where you want to store the project and clone the repository:
git clone git@github.com:cenk-idris/bizz-card.git
cd bizz-cardSets correct Flutter SDK version for the project (it sets SDK only for this project so it wont mess your global config no worries)
fvm useopen -a Simulatorflutter run flutter doctor -v

