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 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 3.29.2 & Dart 3.7.2 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 Get packages Icon on top right side your IDE or run the command flutter pub get in terminal.
  • Please make sure you setup your SDK with Flutter 3.29.2 & Dart 3.7.2
  • 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.29.2

Folder Structure

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

  1. Data Folder »
    All of the network service, exception handling, api response and static data managed here.
  2. Models Folder »
    All of the class types defined here.
  3. Res (Resource) Folder »
    Managed app themes, colors, routes here.
  4. Utils Folder »
    All the utility like snackbar and toast defined here.
  5. View Folder »
    All of the screen & component here.
  6. View_model Folder »
    All of the controller logic implemented here.

Screens

  1. Splash Screen
  2. Sign In Screen
  3. Sign Up Screen
  4. Home Screen
  5. Onboarding Screen
  6. Bottom Navigation Screen
  7. Appointment List Screen
  8. Profile Screen
  9. Edit Profile Screen
  10. Appointment Booking Screen
  11. Appointment Details Screen
  12. Appointment History Screen
  13. Session Complete Screen
  14. Withdraw Preview Screen
  15. Appointment Countdown Screen
  16. Withdraw Screen
  17. Withdraw Success Screen
  18. Change Password Screen
  19. Ticket Screen
  20. Create Ticket Screen
  21. Transaction Screen
  22. Chat Screen
  23. Two Factor Authentication Screen
  24. KYC Verification Screen
  25. KYC Submission Screen
  26. Notification Screen
  27. Notification Permission Screen
  28. Call Screen

Setup Application

Change App Primary color Open :
lib
  • res
    • colors
        • app_colors.dart
  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