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));