mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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,
|
||||
anchorPos: AnchorPos.align(AnchorAlign.top),
|
||||
builder: (context) => const Image(
|
||||
image: AssetImage("gps_map_pin.png"),
|
||||
image: AssetImage("assets/gps_map_pin.png"),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue