Skip to main content

πŸ–ΌοΈ Change App Logo & Assets

Both eSchool and eSchool Teacher share the same asset structure, so updating branding is the same for both.

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.

Splash Screen Example 1Splash Screen Example 2

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.

Logo replacement reference

πŸ”„ 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 / PlatformDetails
Automated (Recommended)Use flutter_launcher_icons package β€” configure once in pubspec.yaml and run a single command
Android Adaptive IconsSet foreground, background, monochrome, and inset options for modern Android devices
iOS IconsAuto-generate or manually replace icons in AppIcon.appiconset/ with alpha layer removed for App Store compliance
Manual MethodDirectly replace icon files in platform-specific res/mipmap-* and xcassets directories
Use a 512Γ—512 Source Image

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.

Main Onboarding Screen
Onboarding Screen Example 2
Onboarding Screen Example 1

Elements You Can Customize​

All onboarding screen elements are managed from the Admin Panel, making it easy to update branding without modifying any code:

  • 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.
  • 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.