Georgii
Georgii
If google translator got you right, issue of not triggering `onError` callback is that queue interceptor is busy processing your current request and hence blocks any other requests like the...
I strongly vote for this PR: this feature is important. Many log/crashlytics providers like sentry need typed data (ex. StackTrace, error reason, error object, etc.) which are lost when we...
@jonasbark, thank you! For documentation purposes, I'll leave the following link to the stripe-android repo. Seems that size can be reduced using proguard settings. https://github.com/stripe/stripe-android/issues/4483
@jonasbark, I would also consider adding this to the documentation, since it can be critical for some users. What do you think?
@MelbourneDeveloper, yes it would be great. Nowdays we can deal with it using extensions, but still.
just ```dart extension Bamboozle on Response { Response copyWith({ int? statusCode, BaseRequest? request, Map? headers, bool? isRedirect, bool? persistentConnection, String? reasonPhrase, List? bodyBytes, }) => Response.bytes( bodyBytes ?? this.bodyBytes, statusCode...
> Hello @jamacco94 This not supported in the current implementation, although I think it might be a good feature but you can easily end up with missing dependencies for multiple...
Is it possible to add same `memCacheHeight` option to `CachedNetworkImageProvider`? My usecase is that I want to preload some images before showing them and to do so I need `ImageProvider`...