App Settings
App Requirements
Download and install Any one from these IDE(Android studio, Vs Code) on your computer.
-
Source Android Studio:https://developer.android.com/studio
-
Source VS Code:https://code.visualstudio.com/download
Setup Flutter and Dart SDK in your computer if you want to modify the source code
Must installed Flutter and dart plugin on your IDE
Installation
After downloading file from codecanyon you will get a zip file. Extracting the zip file you will get
Documentation Folder and
» project.zip
included in there:
- Unzip the source code and open it in your IDE.
- On your IDE find for
pubspecs.yaml
file then click on pub get on top right side your IDE. - We used these version for development Flutter 3.32.1
- Open an emulator or connect a real device and then click on Run Button for compile the project.

Folder Structure
All you need to follow the lib(Library) Folder for any logical and UI changes in this project.
-
Controller Folder »All of the logic implemented here.
-
Data Folder »API integration and error handle.
-
Routes Folder »All app routes declared here.
-
Config Folder »App text styles and colors are declared here.
-
Notification_service Folder »Handle both in app notifications and push notifications.
-
Theme Folder »Control the theme Dark and light mode.
-
Utils Folder »App constants, local storage and helper class are definded here..
-
View Folder »All of the screen UI and component here.

Screens
-
Splash Screen
-
Onboarding Screen
-
Sign In Screen
-
Sign Up Screen
-
Forgot Password Screen
-
Create New Password Screen
-
Home Screen
-
Notification Screen
-
Profile Settings Screen
-
Edit Profile Screen
-
Change Password Screen
-
KYC Verification Screen
-
KYC Verify Check Screen
-
TwoFa Verify Screen
-
Create Support Ticket Screen
-
Support Ticket List Screen
-
Support Ticket View Screen
-
Notification Screen
-
Delete Account Screen
-
Transaction Screen
-
Buy List Screen
-
Buy List Preview Screen
-
Buy Screen
-
Buy Preview Screen
-
Buy Payment Screen
-
Sell List Screen
-
Sell List View Screen
-
Sell Screen
-
Sell Preview Screen
-
Sell Address Screen
-
Sell Confirm Screen
-
Exchange List Screen
-
Exchange List View Screen
-
Exchange Screen
-
Exchange Preview Screen
-
Exchange Address Screen
-
Exchange Confirm Screen
-
Currency Screen
-
Currency Details Screen
-
Tracking Screen
-
Referral List Screen
-
Referral Bonus Screen
Setup Application
Change App Primary color Open :
lib
-
core
-
config
-
- app_colors.dart
-
-

Change App Base_Url :
lib
-
core
-
utils
-
- app_constants.dart
-
-

-
To change the app name, run the following command in your IDE terminal:
dart run rename_app:main all="My App Name"
-
To change the app package name, run the following command in your IDE terminal:
dart run change_app_package_name:main com.new.package.name
-
For change the app icon please follow:https://pub.dev/packages/flutter_launcher_icons
Publish App
1. Android
Follow the guidelines publish the app to Play Store.
-
PlayStore:https://flutter.dev/docs/deployment/android
2. IOS
Follow the guidelines publish the app to AppStore.
-
AppStore:https://flutter.dev/docs/deployment/ios