QuizHour Doc
Our WebsiteInstallation 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. 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. Admin Setup
16. Releasing the Android App
17. Releasing the iOS App
⚒
Customization
1. Change Intro/On-Boarding Images
✨
Updates
Migrate to the v1.0.3 (hotfix)
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 3mo ago
Copy link