update
This commit is contained in:
@ -140,7 +140,20 @@ class _DestinationMapPageState extends State<DestinationMapPage> {
|
||||
//child: TravelMap(),
|
||||
child:
|
||||
TravelMap(),
|
||||
)
|
||||
),
|
||||
Positioned(
|
||||
bottom: 200,
|
||||
left: 10,
|
||||
child: Container(
|
||||
color: Colors.white,
|
||||
child: Row(
|
||||
children: [
|
||||
Text(destinationController.gps[0]),
|
||||
Text(destinationController.locationPermission[0])
|
||||
],
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
)
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user