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 3.29.2 & Dart 3.7.2 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 onGet 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.
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.
-
Data Folder »All of the network service, exception handling, api response and static data managed here.
-
Models Folder »All of the class types defined here.
-
Res (Resource) Folder »Managed app themes, colors, routes here.
-
Utils Folder »All the utility like snackbar and toast defined here.
-
View Folder »All of the screen & component here.
-
View_model Folder »All of the controller logic implemented here.
Screens
-
Splash Screen
-
Sign In Screen
-
Sign Up Screen
-
Home Screen
-
Onboarding Screen
-
Bottom Navigation Screen
-
Appointment List Screen
-
Profile Screen
-
Edit Profile Screen
-
Appointment Booking Screen
-
Appointment Details Screen
-
Appointment History Screen
-
Session Complete Screen
-
Withdraw Preview Screen
-
Appointment Countdown Screen
-
Withdraw Screen
-
Withdraw Success Screen
-
Change Password Screen
-
Ticket Screen
-
Create Ticket Screen
-
Transaction Screen
-
Chat Screen
-
Two Factor Authentication Screen
-
KYC Verification Screen
-
KYC Submission Screen
-
Notification Screen
-
Notification Permission Screen
-
Call Screen
Setup Application
Change App Primary color Open :
lib
-
res
-
colors
-
- app_colors.dart
-
-
-
For change the app name please follow:https://pub.dev/packages/rename_app
-
For change the app icon please follow:https://pub.dev/packages/flutter_launcher_icons
-
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.
-
PlayStore:https://flutter.dev/docs/deployment/android
2. IOS
Follow the guidelines publish the app to AppStore.
-
AppStore:https://flutter.dev/docs/deployment/ios