6/22/2
This commit is contained in:
@@ -92,7 +92,6 @@ class PickerAnimtionContainerFormPlaces extends StatelessWidget {
|
||||
onPressed: () async {
|
||||
List favoritePlaces = await sql
|
||||
.getAllData(TableName.placesFavorite);
|
||||
print(favoritePlaces);
|
||||
Get.defaultDialog(
|
||||
title: 'Favorite Places'.tr,
|
||||
content: SizedBox(
|
||||
@@ -201,7 +200,6 @@ class PickerAnimtionContainerFormPlaces extends StatelessWidget {
|
||||
controller.bottomSheet();
|
||||
// await sql
|
||||
// .getAllData(TableName.placesFavorite)
|
||||
// .then((value) => print(value));
|
||||
},
|
||||
),
|
||||
if (controller.isPickerShown &&
|
||||
|
||||
Reference in New Issue
Block a user