From 646072d4bea4fcdd0ec6fbb9796e534e004f65b1 Mon Sep 17 00:00:00 2001 From: Jonatas Date: Fri, 12 Feb 2021 17:55:18 -0300 Subject: [PATCH] update to 3.25.0 --- CHANGELOG.md | 5 +++-- pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f39b6b7f0..fedd6e16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## [3.25.0] - Big update +- Added [reload] and [reloadAll] methods to reload your Controller to original values - Added [FullLifeCycleController] - A GetxController capable of observing all the life cycles of your application. FullLifeCycleController has the life cycles: * onInit: called when the controller enters the application's memory * onReady: called after onInit, when build method from widget relationed to controller is done. @@ -10,7 +11,6 @@ * didChangeMetrics: called when the window size is changed - Added SuperController, a complete life circle controller with StateMixin - Improve Iterable Rx Api. Now, you can to use dart List, Map and Set as reactive, like: List names = ['juan', 'pedro', 'maria'].obs; -- Added [reload] and [reloadAll] methods to reload your Controller to original values - Added assign and assignAll extensions to default dart List - Added parameters options from Get.toNamed, Get.offNamed, and Get.offAllNamed (@enghitalo) - Improve Rx disposal logic to completely prevent memory leaks @@ -28,7 +28,8 @@ - Improve upload time from GetConnect - Create minified version to DartPad(@roipeker) - Suggested to use `Get.to(() => Page())` instead of `Get.to(Page())`. -- Fix and improve docs: @unacorbatanegra, @lsm, @nivisi, @ThinkDigitalSoftware, @martwozniak, @UsamaElgendy, @@DominusKelvin, @jintak0401, +- Added more status codes to GetConnect (@romavic) +- Fix and improve docs: @unacorbatanegra, @lsm, @nivisi, @ThinkDigitalSoftware, @martwozniak, @UsamaElgendy, @@DominusKelvin, @jintak0401, @goondeal ## [3.24.0] diff --git a/pubspec.yaml b/pubspec.yaml index 4a03e955b..0953a987c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: get -description: Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with GetX. -version: 3.24.0 +description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. +version: 3.25.0 homepage: https://github.com/jonataslaw/getx environment: - sdk: ">=2.10.0 <3.0.0" + sdk: ">=2.9.0 <3.0.0" dependencies: flutter: