algolia / algoliasearch-client-dart

⚡️ A fully-featured and blazing-fast Dart/Flutter API client to interact with Algolia
MIT License
12 stars 7 forks source link

[FEATURE REQUEST] ability to provide custom HTTP client #12

Closed techouse closed 4 months ago

techouse commented 4 months ago

Hi,

Would it be possible to add the ability of passing in a custom HTTP client, i.e. cronet_http on Android and cupertino_http on iOS.

Dio already provides this ability via the native_dio_adapter, however, it would have to be exposed here somehow.

Thanks!