From 9ad188f006069f611cbdde4836a0ccfbdcf1406c Mon Sep 17 00:00:00 2001 From: Jonny Borges <35742643+jonataslaw@users.noreply.github.com> Date: Fri, 24 May 2024 14:34:44 -0300 Subject: [PATCH] update pub.dev --- CHANGELOG.md | 4 ++++ example_nav2/android/local.properties | 4 ++-- lib/get_connect/http/src/http/html/http_request_html.dart | 3 ++- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcacb65c..a8e00c415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [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 diff --git a/example_nav2/android/local.properties b/example_nav2/android/local.properties index cebbb54d3..79defc581 100644 --- a/example_nav2/android/local.properties +++ b/example_nav2/android/local.properties @@ -1,2 +1,2 @@ -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 diff --git a/lib/get_connect/http/src/http/html/http_request_html.dart b/lib/get_connect/http/src/http/html/http_request_html.dart index 6fbfb8669..6d0c4deef 100644 --- a/lib/get_connect/http/src/http/html/http_request_html.dart +++ b/lib/get_connect/http/src/http/html/http_request_html.dart @@ -53,7 +53,8 @@ class HttpRequestImpl implements IClient { reader.onLoad.first.then((_) async { var bodyBytes = (reader.result as List).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 diff --git a/pubspec.yaml b/pubspec.yaml index c83f23bb5..75f800dcf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ 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: