client
client copied to clipboard
Contains various packages for client side
Because most browsers can correct deviations from standards, many websites are a dumpster fire of nonstandard behavior. One example are the [cookie directives](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie), that control the behavior of such. Some...
Hi, Im currently converting from SDK 1.22.4 to 2.0. But when converting, some dependencies used in jaguar retrofit is incompatible with some plugins(eg:http version here used is old one not...
Hi after build_runner run the generated class in output. The method returning class is not typecasted. am I do it wrong ? thank you for your help. ``` @GenApiClient() class...
Hi I am having problems to run build runner on Flutter with this library I've tried many approaches but no success The error I'm getting: Any help will be appreciated!!...
Hi, I wanna use a method like 'CLAIM' instead of Get, post, delete, etc. How can do that?
The input parameter of each interceptor is the original data, not the data processed by the previous interceptor `AsyncStringResponse resp = AsyncStringResponse( AsyncStringResponse.from(cloned._send(), sender: this, sent: cloned) .then((StringResponse r) async...
I'm trying to port my app to support web, but I'm getting this compilation error: ``` Dart2Js finished with: packages/http/src/multipart_file.dart:14:8: Error: Error when reading 'packages/http/src/multipart_file_stub.dart': Error reading 'packages/http/src/multipart_file_stub.dart' (No such...
[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: Exception: Converter for content type 'application/pdf' not found! E/flutter ( 8390): #0 ApiClient.decodeOne (package:jaguar_retrofit/client/client.dart:23:7) E/flutter ( 8390): E/flutter ( 8390): #1 _rootRunUnary (dart:async/zone.dart:1132:38) E/flutter ( 8390): #2...
As dart http doesn't support read timeout, would be nice if resty provide this functionality instead of still having to use Future.timeout
Hey :) Just trying to do the following: ``` class HostInterceptor extends Interceptor { final Connectivity _connectivity; final PreferencesProvider _preferencesProvider; final LocalServerProvider _serverProvider; String _host; ConnectivityResult _previousConnectivity; String _previousWifiIp; HostInterceptor({...