πΌοΈ Change App Logo & Assets
Both eSchool and eSchool Teacher share the same asset structure, so updating branding is the same for both.
π Steps to Change Logoβ
The splash screens in both apps display the logo. To customize them, navigate to the specified locations and replace the existing images. Once you replace the images at these locations, your custom logo will automatically appear in the app's splash screen.


Location of Assetsβ
General images location: assets/images/
In this folder, you will find two logo files: appLogo.svg and appLogo.png. Create your branded logo and replace both of these files with your own versions, keeping the same filenames and formats (SVG and PNG). Do not change the filenames or pathsβsimply replace the images. By doing this, the splash screen logo will be updated in both apps (Staff App and Student/Parent App).
Optional illustrations like noInternet.svg, fileNotFound.svg, etc., can also be customized for full visual branding.
![]()
π Steps to Change App Iconβ
The app icon is the first visual element users see on their device's home screen, app drawer, and the Play Store / App Store listing. It must be correctly configured for both Android and iOS to ensure a professional and consistent brand appearance.
We have a dedicated guide that covers the complete app icon setup process β including automated generation, pubspec.yaml configuration, adaptive icon setup for Android, and manual replacement steps for both platforms.
π App Icon Setup Guide
What's Covered in the Guideβ
| Method / Platform | Details |
|---|---|
| Automated (Recommended) | Use flutter_launcher_icons package β configure once in pubspec.yaml and run a single command |
| Android Adaptive Icons | Set foreground, background, monochrome, and inset options for modern Android devices |
| iOS Icons | Auto-generate or manually replace icons in AppIcon.appiconset/ with alpha layer removed for App Store compliance |
| Manual Method | Directly replace icon files in platform-specific res/mipmap-* and xcassets directories |
Always start with a 512Γ512 px high-resolution PNG as your source icon. The flutter_launcher_icons package will automatically generate all required sizes for both platforms from this single file.
π± Customize Onboarding Screenβ
When users launch either app for the first time, they are greeted with an onboarding screen. This screen displays images and labels that can be fully customized directly from the Admin Panel. If no data or images are configured in the Admin Panel, the onboarding screen will display the app icon as a fallback.



Elements You Can Customizeβ
All onboarding screen elements are managed from the Admin Panel, making it easy to update branding without modifying any code:
1. School Logoβ
- Navigate to: Admin Panel β General Settings β Vertical Logo
- Upload or replace the vertical logo to update the school logo displayed on the onboarding screen.
2. School Nameβ
- Navigate to: Admin Panel β General Settings β School Name
- Update the school name field to reflect your institution's name on the onboarding screen.
3. Gallery Imagesβ
- Navigate to: Admin Panel β Gallery
- Add images to the gallery section.
- Note: The first four images uploaded in the gallery will automatically appear on the onboarding screen.
- This allows you to showcase your school's facilities, events, or achievements.
4. School Taglineβ
- Navigate to: Admin Panel β General Settings β School Tagline
- Set or update the tagline that will be displayed on the onboarding screen.
- This is typically a short, inspirational message or motto representing your school's values.
Key Pointsβ
- All changes are made through the Admin Panelβno code modifications required.
- Changes apply to both the Student/Parent App and the Staff/Teacher App.
- If gallery images are not configured, the onboarding screen will gracefully fall back to displaying the app icon.
- Ensure images are properly sized and optimized for mobile viewing for the best user experience.