update dependencies.

This commit is contained in:
2025-02-21 14:24:36 +08:00
parent a014587a94
commit f3c191f7f3
3 changed files with 56 additions and 61 deletions

View File

@@ -14,7 +14,7 @@ import 'cookie_jar.dart';
class CloudflareException implements DioException {
final String url;
const CloudflareException(this.url);
CloudflareException(this.url);
@override
String toString() {
@@ -55,6 +55,9 @@ class CloudflareException implements DioException {
@override
DioExceptionType get type => DioExceptionType.badResponse;
@override
DioExceptionReadableStringBuilder? stringBuilder;
}
class CloudflareInterceptor extends Interceptor {