Skip to content

Commit

Permalink
End URL / so it refresh to latest online file version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiogros committed Nov 26, 2021
1 parent 7c9b00b commit 9e168b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class _CustomMapState extends State<CustomMap> {
List<Place> _places = <Place>[];

Future<String> _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));

Expand Down

0 comments on commit 9e168b8

Please sign in to comment.