Jonatas

update to 3.25.0

1 ## [3.25.0] - Big update 1 ## [3.25.0] - Big update
  2 +- Added [reload] and [reloadAll] methods to reload your Controller to original values
2 - Added [FullLifeCycleController] - A GetxController capable of observing all the life cycles of your application. FullLifeCycleController has the life cycles: 3 - Added [FullLifeCycleController] - A GetxController capable of observing all the life cycles of your application. FullLifeCycleController has the life cycles:
3 * onInit: called when the controller enters the application's memory 4 * onInit: called when the controller enters the application's memory
4 * onReady: called after onInit, when build method from widget relationed to controller is done. 5 * onReady: called after onInit, when build method from widget relationed to controller is done.
@@ -10,7 +11,6 @@ @@ -10,7 +11,6 @@
10 * didChangeMetrics: called when the window size is changed 11 * didChangeMetrics: called when the window size is changed
11 - Added SuperController, a complete life circle controller with StateMixin 12 - Added SuperController, a complete life circle controller with StateMixin
12 - Improve Iterable Rx Api. Now, you can to use dart List, Map and Set as reactive, like: List<String> names = <String>['juan', 'pedro', 'maria'].obs; 13 - Improve Iterable Rx Api. Now, you can to use dart List, Map and Set as reactive, like: List<String> names = <String>['juan', 'pedro', 'maria'].obs;
13 -- Added [reload] and [reloadAll] methods to reload your Controller to original values  
14 - Added assign and assignAll extensions to default dart List 14 - Added assign and assignAll extensions to default dart List
15 - Added parameters options from Get.toNamed, Get.offNamed, and Get.offAllNamed (@enghitalo) 15 - Added parameters options from Get.toNamed, Get.offNamed, and Get.offAllNamed (@enghitalo)
16 - Improve Rx disposal logic to completely prevent memory leaks 16 - Improve Rx disposal logic to completely prevent memory leaks
@@ -28,7 +28,8 @@ @@ -28,7 +28,8 @@
28 - Improve upload time from GetConnect 28 - Improve upload time from GetConnect
29 - Create minified version to DartPad(@roipeker) 29 - Create minified version to DartPad(@roipeker)
30 - Suggested to use `Get.to(() => Page())` instead of `Get.to(Page())`. 30 - Suggested to use `Get.to(() => Page())` instead of `Get.to(Page())`.
31 -- Fix and improve docs: @unacorbatanegra, @lsm, @nivisi, @ThinkDigitalSoftware, @martwozniak, @UsamaElgendy, @@DominusKelvin, @jintak0401, 31 +- Added more status codes to GetConnect (@romavic)
  32 +- Fix and improve docs: @unacorbatanegra, @lsm, @nivisi, @ThinkDigitalSoftware, @martwozniak, @UsamaElgendy, @@DominusKelvin, @jintak0401, @goondeal
32 33
33 34
34 ## [3.24.0] 35 ## [3.24.0]
1 name: get 1 name: get
2 -description: Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with GetX.  
3 -version: 3.24.0 2 +description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX.
  3 +version: 3.25.0
4 homepage: https://github.com/jonataslaw/getx 4 homepage: https://github.com/jonataslaw/getx
5 5
6 environment: 6 environment:
7 - sdk: ">=2.10.0 <3.0.0" 7 + sdk: ">=2.9.0 <3.0.0"
8 8
9 dependencies: 9 dependencies:
10 flutter: 10 flutter: