bug fixes

This commit is contained in:
Mohamed Nouffer
2023-08-23 17:33:26 +05:30
parent 08332d45d4
commit c41dde4c33
4 changed files with 68 additions and 53 deletions

View File

@ -427,6 +427,13 @@ class BottomSheetNew extends GetView<BottomSheetController> {
],
),
),
ElevatedButton(
onPressed:() async {
destinationController.CallforCheckin(destinationController.festuretoDestination(indexController.currentFeature[0]));
},
child:Text("チェックイン")
),
SizedBox(width: 16,),
ElevatedButton(
onPressed:() async {
GeoJsonFeature<GeoJsonMultiPoint> mp = indexController.currentFeature[0] as GeoJsonFeature<GeoJsonMultiPoint>;
@ -445,7 +452,8 @@ class BottomSheetNew extends GetView<BottomSheetController> {
destinationController.destinationMatrixFromCurrentPoint([ds, tp]);
},
child:Text("ここへ行く")),
child:Text("ここへ行く")
),
],
),
SizedBox(height: 8.0,),