QuizHour Doc
Buy NowInstallation PlansSupport
  • Introduction
  • Changelogs
  • Getting Started
  • 🚀Admin Setup
    • 1. Flutter Installation
    • 2. Code Setup
    • 3. Firebase Setup
      • 3.1 Firestore Database Setup
      • 3.2 Database Security Rules
      • 3.3 Database Index Setup
      • 3.4 Push Notification Setup
      • 3.5 Firebase Storage Setup
    • 4. Code Configs
    • 5. Upload to Firebase Hosting
    • 6. Admin Credentials Steup
    • 7. Conclusion
  • 📱App Setup
    • 1. Introduction
    • 2. Code Setup
    • 3. Firebase Setup for Android
      • 3.1 Android Package Name Setup on Firebase
      • 3.2 Change Package Name Android
      • 3.3 Generate Debug Certificate
      • 3.4 Generate Release Certificate
      • 3.5 Google Sign In Setup for Android
      • 3.6 Facebook Login Setup for Android
      • 3.7 Additional Firebase Setup for Android
    • 4. Firebase Setup for iOS
      • 4.1 iOS Package Name Setup on Firebase
      • 4.2 Change Package Name iOS
      • 4.3 Facebook Login Setup for iOS
      • 4.4 Apple Login Setup
      • 4.5 Additional Firebase Setup for iOS
    • 5. Push Notification Setup
      • 5.1 Android Notification Setup
      • 5.2 iOS Notification Setup
    • 6. Multi-Language Setup
    • 7. Ads Setup
      • 7.1 Admob Setup for Android
      • 7.2 Admob Setup for iOS
    • 8. App Information Setup
    • 9. Change App Name for Android
    • 10. Change App Name for iOS
    • 11. Change App Icon
    • 12. Change Splash Icon
    • 13. Change App Theme Color
    • 14. Run The App
    • 15. Releasing the Android App
    • 16. Releasing the iOS App
  • ⚒️In-App Purchase Setup
    • 17. Points Store Setup
      • 17.1 Android Setup
      • 17.2 iOS Setup
      • 17.3 Code Setup for IAP
  • ⚒️Customization
    • 1. Customize Intro/On-Boarding Screen
    • 2. Disable Specific Features
    • 3. Import Questions (Bulk Upload)
  • ✨Updates
    • Migrate to the v2.0.0(hotfix-1)
    • Migrate to the v2.0.0
Powered by GitBook
On this page
  • Version: 2.1.4
  • Version: 2.1.3
  • Version: 2.1.2
  • Version: 2.1.0
  • Version: 2.0.2
  • Version: 2.0.1(hotfix-1)
  • Version: 2.0.1
  • Version: 2.0.0(hotfix-1)
  • Version: 2.0.0
  • Version: 1.0.6
  • Version: 1.0.4
  • Version: 1.0.3 (hotfix)
  • Version: 1.0.3

Was this helpful?

Changelogs

Quizhour is constantly being updated with new features, bug fixes, and adjustments. Below is a full listing of change log information.

Version: 2.1.4

05 May 2025

- Updated with flutter latest version 3.32.0 [app & admin]

Changed Files (Admin & App)

- Many files have changed. It's better to use the new source code.

Version: 2.1.3

21 November 2024

- Fixed an issue where random question ordering weren't working [app]
- Fixed youtube video issues [app]
- Improved drag and drop question type [app] 
- Updated with flutter latest version 3.24.5 [app & admin]

Changed Files (App)

- Many files have changed. It's better to use the new source code.

Version: 2.1.2

08 June 2024

- Removed firebase legacy api and added new recommended api for firebase push notifications. [admin]
- Fix: Images in options and explanation were not showing [app] 
- Updated with flutter latest version 3.22.1 [app & admin]

Changed Files (Admin)

- pubspec.yaml
- analysis_options.yaml
- web/index.html
- lib/configs/fcm_config.dart (new file added)
- lib/forms/notification_form.dart
- lib/services/notification_service.dart
- lib/utils/styles.dart

Changed Files (App)

- pubspec.yaml
- lib/pages/home.dart
- lib/pages/intro.dart
- lib/pages/question_explaination.dart
- lib/pages/question_overview.dart
- lib/pages/quiz_screen/quiz_options.dart
- lib/pages/settings.dart
- lib/tabs/home_tab.dart

Version: 2.1.0

Major update and recommended to all.

8 March 2024

- Redesigned admin layout - A fresh new look, faster and smoother than before [admin]
- Added the ability to import CSV questions (Upload questions in bulk) [admin]
- Added a separate tab for purchases history and added purchases count [admin]
- Added new question type - Fill in the blanks with draggable options
- Added the ability to sort categories [admin]
- Added user registration and purchases bar chart [admin]
- Fixed home tab null issues [app]
- Fixed issues on deleting accounts and logout [app]
- Quizscreen next button placement and banner ads improvements [app]
- Fix: Notification bar subtitle with show actual body content instead of 'Click to read more details' text
- Fix: Image link validation in text fields were not working [admin]
- 10+ bug fixes and UI improvements
- Updated with Flutter latest version 3.19.x [app and admin]

Changed Files (Admin)

- pubspec.yaml
- web/index.html
- assets/
- lib (all folders and files except configs/config.dart file)
- firebase security rules are upadted.

Changed Files (App)

- pubspec.yaml
- android/build.gradle
- android/app/build.gradle (Android package name needs to be changed manually)
- android/settings.gradle
- assets/translations (Added a new key at the bottom of each JSON files)
- lib/ (all folders except configs folder and firebase_options.dart file)

Version: 2.0.2

Not recommended for existing buyers

19 November 2023

- Updated with flutter latest version 3.16.x [app and admin]

Changed Files (App)

- lib/pages/home.dart
- lib/pages/quiz_screen.dart
- pubspec.yaml

Changed Files (Admin)

- pubspec.yaml

Version: 2.0.1(hotfix-1)

Not recommended for existing buyers

17 October 2023

- Updated with flutter latest version 3.13.7 [app and admin]

Changed Files (App)

- lib/pages/forgot_password.dart
- lib/pages/login.dart
- lib/pages/sign_up.dart
- lib/services/app_service.dart
- lib/widgets/html_body.dart
- pubspec.yaml

Changed Files (Admin)

- pubspec.yaml

Version: 2.0.1

20 August 2023

- Fixed Youtube video player issue

Changed Files (App)

- lib/services/app_service.dart
- lib/widgets/video_player_widget.dart
- pubspec.yaml

Version: 2.0.0(hotfix-1)

Not recommended for existing buyers

25 June 2023

- Fixed count issues on updating quizzes and questions. [admin]
- Fixed an issue where the timer on the quiz screen was always visible. [app]

Version: 2.0.0

Major update and recommended to all.

22 May 2023

- Added material 3 support [app]
- Added quiz and question order [admin]
- Added audio and video questions
- Added image options
- Added question explanation
- Added question bookmark [app]
- Added completed quizzes history
- Added completed quizzes checkmark [app]
- Added points history
- Added user information view from admin panel [admin]
- Added the ability to show 2 special categories and its quizzes in the home tab and which are controllable from the admin panel.
- Added the ability to enable/disable optional features easily.
- Added In-App-Purchase feature and points store: Ability to sell points to users (Extended license required)
- Added the ability to edit user points from the admin panel [admin]
- Fixed text wrapping issues on smaller screens [app]
- Fixed font size issue in quiz details screen
- Fixed the loading issue in the splash screen when users deleted their accounts.
- From now, the Featured section will show featured categories instead of quizzes. [deprecated]
- Fixed 10+ bugs
- App UI Improvements
- Admin UI Improvements
- Updated with Flutter latest version v3.10.x
- Updated all packages and more..

Version: 1.0.6

Not recommended for existing buyers

30 April 2023

- Updated with flutter latest version 3.7.x

Version: 1.0.4

Not recommended for existing buyers

01 February 2023

- Updated with flutter latest version 3.7.x

Version: 1.0.3 (hotfix)

25 January 2023

- Fixed loading issue in the splash screen

Version: 1.0.3

17 January 2023

- Initial release
PreviousIntroductionNextGetting Started

Last updated 7 days ago

Was this helpful?

New configurations for Notifications:

Click here