diff --git a/android/app/build.gradle b/android/app/build.gradle
index 9aa40ce..26481de 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
- compileSdkVersion 31
+ compileSdkVersion 33
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -45,7 +45,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.ejada.hmg"
minSdkVersion 23
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
diff --git a/assets/fonts/Poppins-Medium.ttf b/assets/fonts/Poppins-Medium.ttf
new file mode 100644
index 0000000..6bcdcc2
Binary files /dev/null and b/assets/fonts/Poppins-Medium.ttf differ
diff --git a/assets/icons/Group 17.png b/assets/icons/Group 17.png
new file mode 100644
index 0000000..7bb404a
Binary files /dev/null and b/assets/icons/Group 17.png differ
diff --git a/assets/icons/ic_face.svg b/assets/icons/ic_face.svg
new file mode 100644
index 0000000..5fa9a9c
--- /dev/null
+++ b/assets/icons/ic_face.svg
@@ -0,0 +1,18 @@
+
diff --git a/assets/icons/ic_fingerprint.svg b/assets/icons/ic_fingerprint.svg
new file mode 100644
index 0000000..ba45417
--- /dev/null
+++ b/assets/icons/ic_fingerprint.svg
@@ -0,0 +1,14 @@
+
diff --git a/assets/icons/ic_sms.svg b/assets/icons/ic_sms.svg
new file mode 100644
index 0000000..132ab7f
--- /dev/null
+++ b/assets/icons/ic_sms.svg
@@ -0,0 +1,13 @@
+
diff --git a/assets/icons/ic_whatsapp.svg b/assets/icons/ic_whatsapp.svg
new file mode 100644
index 0000000..073e581
--- /dev/null
+++ b/assets/icons/ic_whatsapp.svg
@@ -0,0 +1,13 @@
+
diff --git a/assets/images/bn_logo.svg b/assets/images/bn_logo.svg
new file mode 100644
index 0000000..b0c971d
--- /dev/null
+++ b/assets/images/bn_logo.svg
@@ -0,0 +1,560 @@
+
diff --git a/assets/images/ic_email.svg b/assets/images/ic_email.svg
new file mode 100644
index 0000000..81c4573
--- /dev/null
+++ b/assets/images/ic_email.svg
@@ -0,0 +1,17 @@
+
diff --git a/assets/images/logo.svg b/assets/images/logo.svg
new file mode 100644
index 0000000..8552147
--- /dev/null
+++ b/assets/images/logo.svg
@@ -0,0 +1,38 @@
+
diff --git a/assets/images/splash_logo.svg b/assets/images/splash_logo.svg
new file mode 100644
index 0000000..481226e
--- /dev/null
+++ b/assets/images/splash_logo.svg
@@ -0,0 +1,16 @@
+
diff --git a/lib/api/client/branch_api_client.dart b/lib/api/client/branch_api_client.dart
index 6e4629a..f12376b 100644
--- a/lib/api/client/branch_api_client.dart
+++ b/lib/api/client/branch_api_client.dart
@@ -2,6 +2,7 @@ import 'dart:async';
import 'package:car_provider_app/classes/app_state.dart';
import 'package:car_provider_app/models/m_response.dart';
import 'package:car_provider_app/models/profile/branch.dart';
+import 'package:car_provider_app/models/profile/branch2.dart';
import 'package:car_provider_app/models/profile/categroy.dart';
import 'package:car_provider_app/models/profile/document.dart';
import 'package:car_provider_app/models/profile/services.dart';
@@ -109,4 +110,23 @@ class BranchApiClent {
String t = AppState().getUser.data!.accessToken ?? "";
return await ApiClient().postJsonForObject((json) => MResponse.fromJson(json), ApiConsts.ServiceProviderService_Create, map, token: t);
}
+
+ Future updateService(List