get lati long from backend
This commit is contained in:
@@ -16,7 +16,6 @@ import '../variable/globals.dart' as globals;
|
||||
import '../classes/events.dart';
|
||||
|
||||
import 'ListItemMenu.dart';
|
||||
import 'ListItemByTags.dart';
|
||||
import 'MapboxPages.dart';
|
||||
import 'ListItemByOrganizers.dart';
|
||||
|
||||
@@ -245,7 +244,9 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (_) => Mapboxpages(title: '$place')));
|
||||
builder: (_) => Mapboxpages(
|
||||
title: '${widget.title}',
|
||||
place: '${place}')));
|
||||
},
|
||||
child: Text("${place}",
|
||||
style: TextStyle(fontSize: 15.0),
|
||||
|
Reference in New Issue
Block a user