mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 06:59:21 +01:00
Fix incorrect asset path
This commit is contained in:
parent
ba009ce132
commit
e322197117
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class _OsmGpsMap extends StatelessWidget {
|
||||||
point: centerLl,
|
point: centerLl,
|
||||||
anchorPos: AnchorPos.align(AnchorAlign.top),
|
anchorPos: AnchorPos.align(AnchorAlign.top),
|
||||||
builder: (context) => const Image(
|
builder: (context) => const Image(
|
||||||
image: AssetImage("gps_map_pin.png"),
|
image: AssetImage("assets/gps_map_pin.png"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue