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 #98

Closed fadimanakilci closed 2 months ago

fadimanakilci commented 3 months ago

Using old http package software in your package causes compatibility problems with other packages, please update the latest version of the http package.

TetrixGauss commented 2 months ago

Can you close that PR??? there are a lot packages depending on that package! and that is not the only problem! There are security issues.

https://github.com/advisories/GHSA-4rgh-jx4f-qfcq

@Dammyololade

TetrixGauss commented 2 months ago

@Dammyololade great thank you!! are you going to upload a new version to get it to the other packages?

Dammyololade commented 2 months ago

Yes, I'm working on that, currently the tests are failing because of blocked google api keys, hopefully should resolve that soon

TetrixGauss commented 2 months ago

@Dammyololade cool! if you need any help, dont hesitate!

Dammyololade commented 2 months ago

Published v2.0.1 🚀 thanks @fadimanakilci for the PR and @TetrixGauss for following up

TetrixGauss commented 2 months ago

@Dammyololade thank you so much!!!

fadimanakilci commented 2 months ago

You're welcome @Dammyololade. If there's anything I can help with please don't hesitate.