Committed by
GitHub
Merge pull request #2054 from jonataslaw/4.6.1
fix getconnect on flutter web
Showing
3 changed files
with
5 additions
and
1 deletions
1 | +## [4.6.1] | ||
2 | +Fix GetConnect on Flutter web | ||
3 | + | ||
1 | ## [4.6.0] | 4 | ## [4.6.0] |
2 | Add useInheritedMediaQuery to GetMaterialApp and GetCupertinoApp (@davidhole) | 5 | Add useInheritedMediaQuery to GetMaterialApp and GetCupertinoApp (@davidhole) |
3 | Add Circular reveal Transition (@parmarravi) | 6 | Add Circular reveal Transition (@parmarravi) |
@@ -14,6 +14,7 @@ class HttpRequestImpl implements HttpRequestBase { | @@ -14,6 +14,7 @@ class HttpRequestImpl implements HttpRequestBase { | ||
14 | bool allowAutoSignedCert = true, | 14 | bool allowAutoSignedCert = true, |
15 | List<TrustedCertificate>? trustedCertificates, | 15 | List<TrustedCertificate>? trustedCertificates, |
16 | this.withCredentials = false, | 16 | this.withCredentials = false, |
17 | + String Function(Uri url)? findProxy, | ||
17 | }); | 18 | }); |
18 | 19 | ||
19 | /// The currently active XHRs. | 20 | /// The currently active XHRs. |
1 | name: get | 1 | name: get |
2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. | 2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. |
3 | -version: 4.6.0 | 3 | +version: 4.6.1 |
4 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment