QuizHour Doc
Buy NowInstallation PlansSupport
Search
⌃K
Links
Introduction
Changelogs
Getting Started
🚀
Admin Setup
1. Flutter Installation
2. Code Setup
3. Firebase 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
4. Firebase Setup for iOS
5. Push Notification Setup
6. Multi-Language Setup
7. Ads Setup
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
⚒
Customization
1. Customize Intro/On-Boarding Screen
2. Disable Specific Features
✨
Updates
Migrate to the v2.0.0(hotfix-1)
Migrate to the v2.0.0
Powered By GitBook

11. Change App Icon

  • Go to the assets/images and delete the default icon (icon.png).
  • Now upload your app icon as png in the assets/images folder and rename it to icon.png
  • Now run the following command on the terminal:
flutter pub get
flutter pub run flutter_launcher_icons:main
This command will create an android & iOS icons for your app.
That’s it. For more info, visit this site.
App Setup - Previous
10. Change App Name for iOS
Next - App Setup
12. Change Splash Icon
Last modified 8mo ago