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

getRouteBetweenCoordinates() wrong exception is thrown!! #105

Open TetrixGauss opened 1 month ago

TetrixGauss commented 1 month ago

In the method getRouteBetweenCoordinates when the results are empty list you throw an Exception! this is not good practice and it creates a lot of problems!

The exception should be handled and return empty list if you dont find anything.

Please fix it and update it!