From 9e168b8721e88a5d801728d34c234226be89bac4 Mon Sep 17 00:00:00 2001 From: Chiogros Date: Fri, 26 Nov 2021 09:24:17 +0100 Subject: [PATCH] End URL / so it refresh to latest online file version --- lib/src/map.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/map.dart b/lib/src/map.dart index 6eb124a..5b93a11 100644 --- a/lib/src/map.dart +++ b/lib/src/map.dart @@ -27,7 +27,7 @@ class _CustomMapState extends State { List _places = []; Future _downloadPlaces() async { - const String _url = "https://gist.github.com/Chiogros/c9b97d6d1263a2baad29b3203eda7afb/raw"; + const String _url = "https://gist.github.com/Chiogros/c9b97d6d1263a2baad29b3203eda7afb/raw/"; Response _response = await get(Uri.parse(_url));