update for GPS fix

This commit is contained in:
Mohamed Nouffer
2022-11-02 22:47:49 +05:30
parent 4d40b400b1
commit 9987b243f7
3 changed files with 16 additions and 16 deletions

View File

@ -284,6 +284,7 @@ class BottomSheetNew extends GetView<BottomSheetController> {
);
}
// show add location details
SingleChildScrollView detailsSheet(BuildContext context) {
return SingleChildScrollView(
@ -438,6 +439,9 @@ class BottomSheetNew extends GetView<BottomSheetController> {
);
}
Future<Widget> wantToGo(BuildContext context)async {
bool _selected = false;