use structs to draw custom map pointers
Some checks failed
Build and push docker image / Build (pull_request) Failing after 2m10s
Build and release APK / Build APK (pull_request) Successful in 5m22s
Build web / Build Web (pull_request) Successful in 1m14s

This commit is contained in:
2024-06-01 19:58:25 +02:00
parent 8bc7da0b3e
commit c1d74ab227
9 changed files with 71 additions and 128 deletions

View File

@@ -66,7 +66,7 @@ class _LandmarkCardState extends State<LandmarkCard> {
// alignment: Alignment.topRight,
// child: Icon(Icons.push_pin, color: theme.primaryColor),
// ),
],
],
),
);
}