josxha / flutter_map_plugins

The source code for all sorts of flutter_map plugins.
https://pub.dev/publishers/joscha-eckert.de/packages
29 stars 21 forks source link

[flutter_map_cache] CachedTileProvider.dio - options not taken into account #12

Closed Thelm76 closed 9 months ago

Thelm76 commented 9 months ago

With the CachedTileProvider, the dio options are overrode.

Due to the way the CachedTileProvider constructor is written, the dioOptions passed to the Dio() constructor are not taken into account.

Indeed, if dioOptions is null, the CachedTileProvider body overrides the options with BaseOptions

josxha commented 9 months ago

Version 1.4.3 is released on pub.dev👍