Logo Logo
Result
  • Home
  • agri wealth agri wealth app bill pay app bullion bwall wp theme chaincity chaincity app coinectra coinectra app dinehaus docfinder booking template app docfinder consultation template app etrendz ex rate finounce foody friend gamers arena gamers arena app gear fixer groomify hyip pro hyip pro app ico genie lens queen list place list place app list place template app mine stack next destina pay secure pay secure app ptc pro restaurant smm matrix swift send travel advaizar waiz zylochat
  • Get Support
  • Preview Demo
Logo Logo
  • Documentation
  • Introduction
  • Screenshot
  • Prologue
  • Release Notes
  • Upgrade Guide
  • APP Setup
    • App Requirements
    • App Installation
    • App Packages
    • App Folder Structure
    • App Screens
    • Setup Application
    • Publish App

App Settings

App Requirements

Download and install Any one from these IDE(Android studio, Vs Code) on your computer.

  1. Source Android Studio:
    https://developer.android.com/studio
  2. Source VS Code:
    https://code.visualstudio.com/download

Setup Flutter and Dart SDK in your computer if you want to modify the source code

  1. Source:
    https://docs.flutter.dev/get-started/install

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.

Flutter Packages

Folder Structure

All you need to follow the lib(Library) Folder for any logical and UI changes in this project.

  1. Controller Folder »
    All of the logic implemented here.
  2. Data Folder »
    API integration and error handle.
  3. Routes Folder »
    All app routes declared here.
  4. Config Folder »
    App text styles and colors are declared here.
  5. Notification_service Folder »
    Handle both in app notifications and push notifications.
  6. Theme Folder »
    Control the theme Dark and light mode.
  7. Utils Folder »
    App constants, local storage and helper class are definded here..
  8. View Folder »
    All of the screen UI and component here.

Screens

  1. Splash Screen
  2. Onboarding Screen
  3. Sign In Screen
  4. Sign Up Screen
  5. Forgot Password Screen
  6. Create New Password Screen
  7. Home Screen
  8. Notification Screen
  9. Profile Settings Screen
  10. Edit Profile Screen
  11. Change Password Screen
  12. KYC Verification Screen
  13. KYC Verify Check Screen
  14. TwoFa Verify Screen
  15. Create Support Ticket Screen
  16. Support Ticket List Screen
  17. Support Ticket View Screen
  18. Notification Screen
  19. Delete Account Screen
  20. Transaction Screen
  21. Buy List Screen
  22. Buy List Preview Screen
  23. Buy Screen
  24. Buy Preview Screen
  25. Buy Payment Screen
  26. Sell List Screen
  27. Sell List View Screen
  28. Sell Screen
  29. Sell Preview Screen
  30. Sell Address Screen
  31. Sell Confirm Screen
  32. Exchange List Screen
  33. Exchange List View Screen
  34. Exchange Screen
  35. Exchange Preview Screen
  36. Exchange Address Screen
  37. Exchange Confirm Screen
  38. Currency Screen
  39. Currency Details Screen
  40. Tracking Screen
  41. Referral List Screen
  42. 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
  1. To change the app name, run the following command in your IDE terminal:
                                    
                                dart run rename_app:main all="My App Name"
                                    
                                  
    Copy
  2. 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
    
                                    
                                  
    Copy
  3. 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.
  1. PlayStore:
    https://flutter.dev/docs/deployment/android

2. IOS

Follow the guidelines publish the app to AppStore.
  1. AppStore:
    https://flutter.dev/docs/deployment/ios