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
2024-05-24 14:34:44 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9ad188f006069f611cbdde4836a0ccfbdcf1406c
9ad188f0
1 parent
4ac2e3bb
update pub.dev
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
CHANGELOG.md
example_nav2/android/local.properties
lib/get_connect/http/src/http/html/http_request_html.dart
pubspec.yaml
CHANGELOG.md
View file @
9ad188f
## [5.0.0-release-candidate-6]
-Fix Snackbar, upgrade to flutter 3.22 @Aniketkhote, improve parse route @korutx, fix popScope @wowbox, improve defaultDialog @leeyi, add support to wasm compilation @Ty, fix typos @CodeWithEmad, fix snackbar cancel @seungsuyoo update GetConnect @DaZealous and @ wheeOs, add bengali language @aratheunseen, fix lint issues: @MuhammamdArslanKhan
## [5.0.0-release-candidate-5]
-Fix nested route issues, fixed issues in the latest flutter version
...
...
example_nav2/android/local.properties
View file @
9ad188f
sdk.dir
=
C:
\\
Users
\\
anike
\\
AppData
\\
Local
\\
Android
\\
sdk
flutter.sdk
=
C:
\\
flutter
\ No newline at end of file
sdk.dir
=
/Users/jonatasborges/Library/Android/sdk
flutter.sdk
=
/Users/jonatasborges/flutter
\ No newline at end of file
...
...
lib/get_connect/http/src/http/html/http_request_html.dart
View file @
9ad188f
...
...
@@ -53,7 +53,8 @@ class HttpRequestImpl implements IClient {
reader
.
onLoad
.
first
.
then
((
_
)
async
{
var
bodyBytes
=
(
reader
.
result
as
List
<
int
>).
toStream
();
if
(
request
.
responseInterceptor
!=
null
)
throw
'response interception not implemented for web yet!'
;
if
(
request
.
responseInterceptor
!=
null
)
throw
'response interception not implemented for web yet!'
;
/*
TODO to be implemented like in http_request_io.dart
...
...
pubspec.yaml
View file @
9ad188f
name
:
get
description
:
Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.
version
:
5.0.0-release-candidate-
5
version
:
5.0.0-release-candidate-
6
homepage
:
https://github.com/jonataslaw/getx
environment
:
...
...
Please
register
or
login
to post a comment