From a36a702117ac426fd887ea32b602b35f32028460 Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Wed, 25 Dec 2024 11:23:06 +0300 Subject: [PATCH] Check appointmnet filter for provider --- android/app/src/main/AndroidManifest.xml | 22 +++++++++++++++++++++- lib/config/customer_routes.dart | 3 +++ pubspec.yaml | 4 ++-- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index acd83a1..01e218b 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -8,10 +8,30 @@ + + + + + + + + + + + + + + + + + + + + FavoriteListView(), }; } + + +//314187 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 89572cc..489d68c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,8 +36,8 @@ dependencies: cupertino_icons: ^1.0.2 mc_common_app: -# path: /Volumes/Data/Projects/Flutter/car_common_app - path: /Users/aamir/StudioProjects/car_common_app + path: /Volumes/Data/Projects/Flutter/car_common_app +# path: /Users/aamir/StudioProjects/car_common_app dev_dependencies: flutter_test: