Dammyololade / flutter_polyline_points

A flutter plugin that's decodes encoded google poly line string into list of geo-coordinates suitable for showing route/polyline on maps
MIT License
105 stars 130 forks source link

Update the http version to latest in your pubspec.yaml #83

Closed prenCodePad closed 1 year ago

prenCodePad commented 1 year ago

As you are using old http package version in your package, it is giving compatibility issues with other packages, please update the the http package with the latest version.

anorld-droid commented 1 year ago

I have also run into this issue,is this package still supported?

dsgriffin commented 1 year ago

Ran into this issue also when trying to upgrade to http version 1.0.0 @Dammyololade

Dammyololade commented 1 year ago

The fix will land shortly, so sorry for the delay @dsgriffin

Dammyololade commented 1 year ago

The PR has been merged to master. I'm planning a 2.0 version of this plugin to address major issues raised in here, until then you can make use of the master branch