Klemen Tusar
Klemen Tusar
Since I've added a completely new package here there were a few defaults I chose, which should probably be modified in this PR: - the package's version is `1.0.0` and...
@shortcuts I think I've done all the tasks. I'm just not sure about https://github.com/algolia/api-clients-automation/pull/3291/commits/d812167a58d39acfc587d088f84710062038d5bf 😅 I synced [version.dart](clients/algoliasearch-client-dart/packages/chopper_requester/lib/src/version.dart) with the Dart package version manually. Not sure if I should delete...
The only annoying bit left to fix is the fact that the user has to provide their `appId` and `apiKey` twice now, i.e. ```dart final SearchClient _client = SearchClient( appId:...
@shortcuts Looks like the query parameters in `HttpRequest.queryParameters` are already encoded. https://github.com/algolia/api-clients-automation/blob/d4ffebaf4ed8722eddd7f4127bdd0813df0a08d8/clients/algoliasearch-client-dart/packages/client_core/lib/src/transport/retry_strategy.dart#L117 Chopper expects them to be unencoded, so I copied over the `DioRequester.requestUri` method to consturct the full `Uri`...
> Indeed, this could be improved; however, I think this should be done in a separate PR since it's not specific to this package Agreed.
> Almost there to make CI work on forks! We will try to get that sorted out soon, thanks a lot for your contribution :D @shortcuts any update on the...
This probably flew under the radar for so long because all the Dart client API calls are done via POST? CC/ @aallam @shortcuts
At the moment of writing [open_filex](https://pub.dev/packages/open_filex) looks more up to date than [open_file](https://pub.dev/packages/open_file).
@EArminjon can you fix your formatting?
Yeah, it's weird. Locally all analyzer tests pass. Can you maybe re-run the action?