2026-02-28-1

This commit is contained in:
Hamza-Ayed
2026-02-28 01:12:28 +03:00
parent 33f34f7c50
commit 76c04702cd
409 changed files with 2858 additions and 1090 deletions

View File

@@ -140,7 +140,9 @@ class PickerAnimtionContainerFormPlaces extends StatelessWidget {
controller
.changePickerShown();
controller
.changeBottomSheetShown();
.changeBottomSheetShown(
forceValue:
true);
controller
.bottomSheet();
Get.back();
@@ -196,7 +198,8 @@ class PickerAnimtionContainerFormPlaces extends StatelessWidget {
'${controller.newMyLocation.latitude},${controller.newMyLocation.longitude}',
);
controller.changePickerShown();
controller.changeBottomSheetShown();
controller.changeBottomSheetShown(
forceValue: true);
controller.bottomSheet();
// await sql
// .getAllData(TableName.placesFavorite)