flutter_polyline_points 2.1.0
flutter_polyline_points: ^2.1.0 copied to clipboard
A flutter package to get polyline points by either passing the coordinates or google encoded polyline string
2.1.0 02-06-2024 #
- Breaking change,
getRouteBetweenCoordinates
now requires aPolylineRequest
object - Updated http package
- Bug fixes and general improvements Special thanks to these contributors:
- @tetrix
- @fadimanakilci
- @anixsam
2.0.0 22-08-2023 #
Updated dependencies and added some new functionalities such as:
- Fetching alternative routes
- Optimised algorithm for web Special thanks to this contibutors for landing such huge PRs:
- @nnadir35
- @shkvoretz
1.0.0 16-04-2021 #
Released a null safety version
0.2.6 07-03-2021 #
updated http package
0.2.5 07-03-2021 #
updating http dependency to ^0.13.0
0.2.4 29-09-2020 #
Fixed issues with waypoint
0.2.3 24-08-2020 #
Fixed a bug with adding waypoint to request thanks to EnzoSeason
0.2.2 10-06-2020 #
FIxed issues with incorrect key being passed as travelmode Changed waypoint documentation
0.2.1 05-04-2020. #
Breaking change, the response object has been refined to a more suitable object that contains the status of the api and the error message.
0.1.0 25-04-2019. #
update readme.
0.0.1 25-04-2019. #
initial release.