updated and fix checking, buy point
This commit is contained in:
@ -115,6 +115,7 @@ class _ListWidgetState extends State<ListWidget> {
|
||||
onTap: () {
|
||||
GeoJsonFeature gf =
|
||||
indexController.locations[0].collection[index];
|
||||
Destination des = destinationController.festuretoDestination(gf);
|
||||
changeCurrentFeature(gf);
|
||||
showModalBottomSheet(
|
||||
constraints: BoxConstraints.loose(
|
||||
@ -122,7 +123,7 @@ class _ListWidgetState extends State<ListWidget> {
|
||||
isScrollControlled: true,
|
||||
context: context,
|
||||
//builder: (context) => BottomSheetWidget(),
|
||||
builder: ((context) => BottomSheetNew()));
|
||||
builder: ((context) => BottomSheetNew(destination: des,)));
|
||||
},
|
||||
leading: getImage(index),
|
||||
title: indexController.locations[0].collection[index]
|
||||
|
||||
Reference in New Issue
Block a user