navibyte / geospatial

Geospatial data structures, tools and utilities for Dart and Flutter.
Other
52 stars 5 forks source link

Add retry support on http feature sources #166

Open navispatial opened 1 year ago

navispatial commented 1 year ago

Feature sources are created by GeoJSONFeatures.http and OGCAPIFeatures.http.

Add some retry default logic and parametrization on these initializations.

Internal implemenation could be based on RetryClient of the http package.

See also #167 as a related enhancement suggestion.