Documentation

Student App

Thank you so much for purchasing our item from codecanyon.


  • Created: 24 October, 2025

If you have any questions that are beyond the scope of this help file, Please feel free to email via Item Support Page.


Mobile Building

Run an existing flutter project on IDE

Tips Check the video tutorial!

Change App Logo

To change app logo replace at this file

  • Go to <project>assets/icons/ and replace logo.svg with your own logo.

Tips Check the video tutorial!

Change App Icon

Tips Check the video tutorial!

Change App Splash Icon

Tips Check the video tutorial!


Change App Name

  1. For Android Change the value of label from <project>/android/app/src/main/AndroidManifest.xml

    /android/app/src/main/AndroidManifest.xml

    android:label="My App Name"
  2. For IOS Change the value of CFBundleName from <project>/iOS/Runner/info.plist

    /iOS/Runner/info.plist

    <key>CFBundleName<key> <string>My App Name<string>

Tips Check the video tutorial!

Change Base URL

To change base url replace baseUrl from

<project>/lib/constants/api_list.dart
static String? baseUrl = 'https://your_domain.com';

Warning! Don’t put slash (/) at the end of your base url.

Tips Check the video tutorial!

Change App Primary Color

To change the app primary color, change the value of primaryColor with your own color hex code.

<project>/lib/constants/constants.dart
static const Color primaryColor = Color(0xff00C9B7);

App build & release

Build for Android

For debug app build you can run this command:

flutter build apk --no-tree-shake-icons

Build file location: <project>/build/app/outputs/flutter-apk/ For deploying it please follow this documentation: https://docs.flutter.dev/deployment/android

Build for iOS​

There are no general way to generate app for iOS. Apple doesn’t allow to install app like this debug way. If you want to install it on your iOS device then you have to deploy it on TestFlight or AppStore. For deploying it please follow this documentation: https://docs.flutter.dev/deployment/ios


Support

If this documentation doesn't answer your questions, So, Please send us Email via Item Support Page

We are located in GMT +6:30 time zone and we answer all questions within 12-24 hours in weekdays. In some rare cases the waiting time can be to 48 hours. (except holiday seasons which might take longer).

Note: While we aim to provide the best support possible, please keep in mind that it only extends to verified buyers and only to issues related to our script's like bugs and errors. Custom modifications or third party module implementations are not included.

Don’t forget to Rate this script

Please Add your Review (Opinion) for Our script. It would be a great support for us.
Go to your Codecanyon Profile > Downloads Tab > & then You can Rate & Review for our script.
Thank You.

Changelog

Version 1.0 (24 October, 2025)

  • Initial Release

How to get latest version and How to update Your Current Version to New Version?

Download latest version from here or if you want us to upgrade your current system then you can take one of our premium support plan from here