Skip to content

Commit

Permalink
Merge pull request #2054 from jonataslaw/4.6.1
Browse files Browse the repository at this point in the history
fix getconnect on flutter web
  • Loading branch information
jonataslaw committed Dec 14, 2021
2 parents 57ec329 + dae1f77 commit fa1888b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions lib/get_connect/http/src/http/html/http_request_html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class HttpRequestImpl implements HttpRequestBase {
bool allowAutoSignedCert = true,
List<TrustedCertificate>? trustedCertificates,
this.withCredentials = false,
String Function(Uri url)? findProxy,
});

/// The currently active XHRs.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit fa1888b

Please sign in to comment.