diff --git a/CHANGELOG.md b/CHANGELOG.md index 94243a2d5..be22c6094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [4.6.1] +Fix GetConnect on Flutter web + ## [4.6.0] Add useInheritedMediaQuery to GetMaterialApp and GetCupertinoApp (@davidhole) Add Circular reveal Transition (@parmarravi) diff --git a/lib/get_connect/http/src/http/html/http_request_html.dart b/lib/get_connect/http/src/http/html/http_request_html.dart index 91d51d0da..10fe62539 100644 --- a/lib/get_connect/http/src/http/html/http_request_html.dart +++ b/lib/get_connect/http/src/http/html/http_request_html.dart @@ -14,6 +14,7 @@ class HttpRequestImpl implements HttpRequestBase { bool allowAutoSignedCert = true, List? trustedCertificates, this.withCredentials = false, + String Function(Uri url)? findProxy, }); /// The currently active XHRs. diff --git a/pubspec.yaml b/pubspec.yaml index d34766a98..c109b4137 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: get description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. -version: 4.6.0 +version: 4.6.1 homepage: https://github.com/jonataslaw/getx environment: