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
  • Getting started
    • Server Requirements
    • Server FAQ
    • Installation
    • Folder Structure
    • Cron Job Setup
  • Admin Panel
  • Admin Dashboard
  • Website Control Panel
    • Control Panel
    • Basic Control
    • GDPR compliance
    • Website Logo & Favicon
    • Push Notification
    • In-App Notification
    • Email Configuration
    • SMS Configuration
    • Language Setting
    • File Storage
    • Exchange API Setting
    • Plugin Controls
    • Maintenance Mode
  • Manage Gateway
    • Payment Gateway
    • Withdraw Gateway
  • Transactions
  • Transaction
  • Payment Log
  • Ticket Panel
  • Support Ticket
  • Themes Settings
  • Pages
  • Manage Menu
  • Manage Content
  • APP Setup
    • App Requirements
    • App Installation
    • Flutter 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 User-app » waiz-flutter-app.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.

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 »
    Controll 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. Create new password screen
  4. Forgot password screen
  5. Login screen
  6. SignUp screen
  7. Create Support Ticket screen
  8. Support Ticket List screen
  9. Support Ticket View screen
  10. Profile Settings screen
  11. Edit Profile screen
  12. Change Password screen
  13. Identity Verification screen
  14. Address Verification screen
  15. TwoFa screen
  16. Verification Check screen
  17. Home Screen
  18. Money Request List screen
  19. Money Request Details screen
  20. Money Request screen
  21. Money Transfer screen
  22. Wallet Otp screen
  23. Notification screen
  24. Notification permission screen
  25. Add Recipient screen
  26. Recipient screen
  27. Recipient Details screen
  28. Refer & Earn screen
  29. Transaction screen
  30. Money Transfer History screen
  31. Add Fund screen
  32. Fund History screen
  33. Wallet Exchange screen
  34. Virtual Card screen

Setup Application

Change App Primary color Open :
lib
  • config
    • app_colors.dart
Change App Base_Url: Open :
lib
  • utils
    • app_constants.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