Skip to content
Snippets Groups Projects

Clhp map

Closed Sara Savanovic Djordjevic requested to merge clhp_map into main
3 files
+ 8
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -142,7 +142,11 @@ class _DefaultPageState extends State<DefaultPage> {
),
child: ListView(
children: [
MapContainerWidget(markerList: markerList, relation: relation),
MapContainerWidget(
markerList: markerList,
relation: relation,
serverConnection: serverConnection,
),
],
),
);
Loading