Skip to content

Commit

Permalink
update pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataslaw committed May 24, 2024
1 parent 4ac2e3b commit 9ad188f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions example_nav2/android/local.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sdk.dir=C:\\Users\\anike\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\flutter
sdk.dir=/Users/jonatasborges/Library/Android/sdk
flutter.sdk=/Users/jonatasborges/flutter
3 changes: 2 additions & 1 deletion lib/get_connect/http/src/http/html/http_request_html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9ad188f

Please sign in to comment.