Closed Thelm76 closed 9 months ago
With the CachedTileProvider, the dio options are overrode.
CachedTileProvider
dio
Due to the way the CachedTileProvider constructor is written, the dioOptions passed to the Dio() constructor are not taken into account.
dioOptions
Dio()
Indeed, if dioOptions is null, the CachedTileProvider body overrides the options with BaseOptions
BaseOptions
Version 1.4.3 is released on pub.dev👍
With the
CachedTileProvider
, thedio
options are overrode.Due to the way the
CachedTileProvider
constructor is written, thedioOptions
passed to theDio()
constructor are not taken into account.Indeed, if
dioOptions
is null, theCachedTileProvider
body overrides the options withBaseOptions