Jonny Borges
Committed by GitHub

Merge pull request #2054 from jonataslaw/4.6.1

fix getconnect on flutter web
## [4.6.1]
Fix GetConnect on Flutter web
## [4.6.0]
Add useInheritedMediaQuery to GetMaterialApp and GetCupertinoApp (@davidhole)
Add Circular reveal Transition (@parmarravi)
... ...
... ... @@ -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.
... ...
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:
... ...