Table of Contents
System Requirements #
- Your system RAM should be minimum 8GB. (Recommended)
- System should have alteast 30GB free space available in disk
- System Operating System can be macOS/Windows/Linux/ChromeOS
- One Physical Android device with Android version 9+
- One Physical iOS device with iOS version 11+
Framework & Code Editor #
- Install Flutter Framework (cross-platform android & ios app development framework)
- Recommended Flutter version – please refer to the change log for the latest version:
- Follow the steps mentioned in Official Flutter Installation Guide
- Install VS Code as Code Editor. Click here to Download
App name, Package name, Folder name #
Please prepare the following Strings for your app: (For reference, Mobijet Strings are set as default. You need to set unique strings for your App)
Mobijet User App : #
- App Label – Default – Mobijet
- Project folder name – Default – mobijet
- Andoid App Package Name – (com.yourcompanyname.appname) Default – com.tctech.mobijetdemo
- iOS App Package Name – (com.yourcompanyname.appname) Default – com.tctech.mobijetdemo
PLEASE NOTE : App Package Name can be the same for your Android & iOS App depending upon the availability of those strings. If those package name are already taken by other app, then you should not use them.
Source Code Setup #
- Download the Mobijet User app purchased package from CodeCanyon
- Keep the License purchase code ready which you will find in the license pdf file downloaded from code canyon.
- You must me ready with your unique App name, Package name, Folder name.
- Rename the “mobijet” folder name with your “project folder name“.
- We recommend to use VS Code as a code editor, especially for flutter apps. Install Vs code.
- Drag & Drop the source code (mobijet folder/ your project folder) in VS Code.