Logo Logo
Result
  • Home
  • agri wealth agri wealth app bill pay app bullion bwall wp theme chaincity chaincity app coinectra 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 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 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.
  • Please make sure your flutter and dart SDK updated.
  • Open an emulator or connect a real device and then click on Run Button for compile the project.
Image Description Image Description

Note

We used these version for development Flutter 3.24.0

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. Language Folder »
    All the logic for localizations.
  4. Notification_service Folder »
    Handle both in app notifications and push notifications.
  5. Theme Folder »
    Control the theme Dark and light mode.
  6. Utils Folder »
    All the strings and colors define here.
  7. View Folder »
    All of the screen UI and component here.

Screens

  1. Splash screen
  2. Login and Registration screen
  3. Forget Password screen
  4. On Boarding screen
  5. Dashboard screen
  6. Notification screen
  7. Plan screen
  8. Transaction History screen
  9. Menu Screen
  10. Edit Profile screen
  11. Change password screen
  12. KYC verification screen
  13. 2FA security screen
  14. Deposit screen
  15. Payout screen
  16. Deposit history screen
  17. Payout history screen
  18. Transfer screen
  19. My referral screen
  20. Referral Bonus screen
  21. Badges
  22. Support Ticket screen
  23. Create Ticket screen
  24. View and Reply Ticket screen

Setup Application

Change App Base Url Open :
lib
  • utils
    • strings
        • app_constants.dart
Change App Primary color Open :
lib
  • utils
    • strings
        • app_colors.dart
Or You can do it from admin panel also
Change the Onboarding screen contents
  1. For change the app name please follow:
    https://pub.dev/packages/rename_app
  2. For change the app icon please follow:
    https://pub.dev/packages/flutter_launcher_icons
  3. For change the app package name please follow:
    https://pub.dev/packages/change_app_package_name

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