Showing
4 changed files
with
9 additions
and
4 deletions
1 | +## [5.0.0-release-candidate-6] | ||
2 | + | ||
3 | +-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 | ||
4 | + | ||
1 | ## [5.0.0-release-candidate-5] | 5 | ## [5.0.0-release-candidate-5] |
2 | 6 | ||
3 | -Fix nested route issues, fixed issues in the latest flutter version | 7 | -Fix nested route issues, fixed issues in the latest flutter version |
@@ -53,7 +53,8 @@ class HttpRequestImpl implements IClient { | @@ -53,7 +53,8 @@ class HttpRequestImpl implements IClient { | ||
53 | reader.onLoad.first.then((_) async { | 53 | reader.onLoad.first.then((_) async { |
54 | var bodyBytes = (reader.result as List<int>).toStream(); | 54 | var bodyBytes = (reader.result as List<int>).toStream(); |
55 | 55 | ||
56 | - if(request.responseInterceptor != null) throw 'response interception not implemented for web yet!'; | 56 | + if (request.responseInterceptor != null) |
57 | + throw 'response interception not implemented for web yet!'; | ||
57 | 58 | ||
58 | /* | 59 | /* |
59 | TODO to be implemented like in http_request_io.dart | 60 | TODO to be implemented like in http_request_io.dart |
1 | name: get | 1 | name: get |
2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. | 2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. |
3 | -version: 5.0.0-release-candidate-5 | 3 | +version: 5.0.0-release-candidate-6 |
4 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
5 | 5 | ||
6 | environment: | 6 | environment: |
-
Please register or login to post a comment