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
109 stars 132 forks source link

Add Timeout Feature to Handle Slow Network Responses #109

Open tolgasozbir opened 1 month ago

tolgasozbir commented 1 month ago

When the network connection is slow or unstable, the application currently waits indefinitely for a response. This can cause poor user experience, especially in areas with slow internet connections, as users may have to wait for an extended period without feedback.