Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2021-12-13 22:26:07 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-12-13 22:26:07 -0300
Commit
fa1888be4bb46088bb295d2a36a83c99a45fe393
fa1888be
2 parents
57ec329c
dae1f770
Merge pull request #2054 from jonataslaw/4.6.1
fix getconnect on flutter web
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
CHANGELOG.md
lib/get_connect/http/src/http/html/http_request_html.dart
pubspec.yaml
CHANGELOG.md
View file @
fa1888b
## [4.6.1]
Fix GetConnect on Flutter web
## [4.6.0]
Add useInheritedMediaQuery to GetMaterialApp and GetCupertinoApp (@davidhole)
Add Circular reveal Transition (@parmarravi)
...
...
lib/get_connect/http/src/http/html/http_request_html.dart
View file @
fa1888b
...
...
@@ -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.
...
...
pubspec.yaml
View file @
fa1888b
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
:
...
...
Please
register
or
login
to post a comment