Showing
1 changed file
with
172 additions
and
161 deletions
| 1 | -## [1.0.0] | 1 | +## [2.0.3] |
| 2 | +- Update Docs | ||
| 2 | 3 | ||
| 3 | -- initial release | 4 | +## [2.0.2] |
| 5 | +- Update GetObserver | ||
| 4 | 6 | ||
| 5 | -## [1.0.1] | 7 | +## [2.0.1] |
| 8 | +- Fix docs and typos | ||
| 6 | 9 | ||
| 7 | -- Doc changes | 10 | +## [2.0.0] |
| 11 | +- Added easy state manager | ||
| 12 | +- Change dialog API | ||
| 13 | +- Added GetMaterialApp | ||
| 14 | +- Added new experimental APIs | ||
| 15 | +- Improve Observer | ||
| 16 | +- Added default duration on Transitions | ||
| 17 | +- Added new routeNamed sistem | ||
| 18 | +- Added Global stateManager config | ||
| 19 | +- Improve Get instance manager | ||
| 20 | +- Added routingCallback | ||
| 21 | +- Added closeOverlays to Get.back | ||
| 22 | +- Added dynamic urls | ||
| 23 | +- Cleaner code | ||
| 24 | +- Improve lib performance | ||
| 25 | +- Many others minor APIs added | ||
| 8 | 26 | ||
| 9 | -## [1.0.2] | 27 | +## [1.20.1] |
| 28 | +- Improve: Get.finds | ||
| 10 | 29 | ||
| 11 | -- Add examples | 30 | +## [1.20.0] |
| 31 | +- Added Get Instance Manager | ||
| 32 | + Get.put / Get.find / Get.delete | ||
| 12 | 33 | ||
| 13 | -## [1.0.3] | 34 | +## [1.19.1] |
| 35 | +- Fix default transitions for namedRoutes | ||
| 14 | 36 | ||
| 15 | -- Improve Performance | 37 | +## [1.19.0] |
| 38 | +- Added nested navigators | ||
| 16 | 39 | ||
| 17 | -## [1.1.0] | 40 | +## [1.18.0] |
| 41 | +- Added SafeArea to bottomsheets | ||
| 42 | +- Added docs | ||
| 18 | 43 | ||
| 19 | -- Add support to named routes | 44 | +## [1.17.0] |
| 45 | +- Added experimental APIs | ||
| 20 | 46 | ||
| 21 | -## [1.2.0] | ||
| 22 | 47 | ||
| 23 | -- Add routes navigation with no context | 48 | +## [1.16.1] |
| 49 | +- Improve: GetObserver | ||
| 24 | 50 | ||
| 25 | -## [1.2.1] | 51 | +## [1.16.0-dev] |
| 52 | +- Added Get config | ||
| 53 | +- Added logEnable | ||
| 54 | +- Added Default transition | ||
| 55 | +- Added default popGesture behaviour | ||
| 56 | +- Added overlayContext | ||
| 57 | +- Fix Duration transition | ||
| 26 | 58 | ||
| 27 | -- Fix bug currentState = null | 59 | +## [1.14.1-dev] |
| 60 | +- Fix ternary on new dart version | ||
| 28 | 61 | ||
| 29 | -## [1.3.0] | 62 | +## [1.14.0-dev] |
| 63 | +- Added compatibility with Flutter 1.17.1 | ||
| 64 | +- Added back popGesture to iOS (default) and Android (optional) | ||
| 65 | +- Improve performance | ||
| 66 | +- Decrease lib size to 94.9kb (25.4k after compiled on release) | ||
| 30 | 67 | ||
| 31 | -- Update docs, readme, and add full support to flutter_web | 68 | +## [1.13.1-dev] |
| 69 | +- Fix back function | ||
| 32 | 70 | ||
| 33 | -## [1.3.1] | 71 | +## [1.13.0-dev] |
| 72 | +- Plugin refactor | ||
| 73 | +- Added GetPlatform | ||
| 34 | 74 | ||
| 35 | -- Update docs | 75 | +## [1.12.0-dev] |
| 76 | +-Compatibility with Dev branch | ||
| 36 | 77 | ||
| 37 | -## [1.3.2] | 78 | +## [1.11.4] |
| 79 | +- Refactor code of library | ||
| 38 | 80 | ||
| 39 | -- Improve performance | 81 | +## [1.11.3] |
| 82 | +-Added docs | ||
| 40 | 83 | ||
| 41 | -## [1.3.3] | ||
| 42 | 84 | ||
| 43 | -- Fix Get.back arguments | 85 | +## [1.11.2] |
| 86 | + -Fix flutter web platform and added GetPlatform | ||
| 44 | 87 | ||
| 45 | -## [1.3.4] | 88 | +## [1.11.1] |
| 89 | + -Improve swipe to back on iOS devices | ||
| 46 | 90 | ||
| 47 | -- Improve performance | 91 | + ## [1.11.0] |
| 92 | + -Added experimental GetCupertino | ||
| 48 | 93 | ||
| 49 | -## [1.4.0] | 94 | +## [1.10.5] |
| 95 | + -Added setKey to improve modular compatibility | ||
| 96 | + -Added ability to define transition duration directly when calling the new route. | ||
| 50 | 97 | ||
| 51 | -- Added Get.removeRoute // ability to remove one route. | ||
| 52 | - Get.until // back repeatedly until the predicate returns true. | ||
| 53 | - Get.offUntil // go to next route and remove all the previous routes until the predicate returns true. | ||
| 54 | - Get.offNamedUntil // go to next named route and remove all the previous routes until the predicate returns true. | ||
| 55 | - | ||
| 56 | -## [1.4.0+6] | 98 | +## [1.10.4] |
| 99 | + -Improve Get.offAll() - predicate now is optional | ||
| 57 | 100 | ||
| 58 | -- Improve performance and bug fix | ||
| 59 | - | ||
| 60 | - | ||
| 61 | -## [1.4.0+7] | ||
| 62 | - | ||
| 63 | - - Add more documentation | ||
| 64 | - | ||
| 65 | -## [1.5.0] | ||
| 66 | - | ||
| 67 | - - Add support to dialogs | ||
| 68 | - | ||
| 69 | -## [1.5.0+1] | ||
| 70 | - | ||
| 71 | - - Add color and opacity to dialogs | ||
| 72 | - | ||
| 73 | -## [1.6.0] | ||
| 74 | - | ||
| 75 | - - Add support to snackbars | ||
| 76 | - | ||
| 77 | -## [1.6.1] | ||
| 78 | - | ||
| 79 | - - Add docs and improve performance | ||
| 80 | - | ||
| 81 | -## [1.6.2] | ||
| 82 | - | ||
| 83 | - - Fix bugs on blurred Snackbars | ||
| 84 | - | ||
| 85 | -## [1.6.3] | ||
| 86 | - | ||
| 87 | - - Clean code. | 101 | +## [1.10.3] |
| 102 | + -Improve default color from dialogs | ||
| 88 | 103 | ||
| 89 | -## [1.6.4] | ||
| 90 | - | ||
| 91 | - - Improve performance. | 104 | + ## [1.10.2] |
| 105 | + -Improve snackbar text color | ||
| 106 | + | ||
| 107 | + ## [1.10.1] | ||
| 108 | + -Backdrop improvement | ||
| 109 | + | ||
| 110 | +## [1.10.0] | ||
| 111 | + -Added backdrop | ||
| 112 | + | ||
| 113 | +## [1.9.2] | ||
| 114 | + -Added docs to GetObserver | ||
| 115 | + | ||
| 116 | + ## [1.9.1] | ||
| 117 | + -Fix typo on snackbar route | ||
| 118 | + | ||
| 119 | +## [1.9.0] | ||
| 120 | + -Added: Navigator observer | ||
| 121 | + -Added: Get.args to named routes | ||
| 122 | + -Improve snackbar performance | ||
| 123 | + | ||
| 124 | +## [1.8.1] | ||
| 125 | + -Fix new snackbar features | ||
| 126 | + | ||
| 127 | +## [1.8.0] | ||
| 128 | + -Add Get.close method. | ||
| 129 | + -Add many Snackbars features | ||
| 130 | + | ||
| 131 | +## [1.7.4] | ||
| 132 | + -Fix dialog child error | ||
| 133 | + | ||
| 134 | +## [1.7.3] | ||
| 135 | + -Added transitions docs | ||
| 136 | + | ||
| 137 | +## [1.7.2] | ||
| 138 | + -Fix bottomsheet on macos | ||
| 139 | + | ||
| 140 | +## [1.7.1] | ||
| 141 | + -Fix docs | ||
| 92 | 142 | ||
| 93 | ## [1.7.0] | 143 | ## [1.7.0] |
| 94 | 144 | ||
| @@ -98,133 +148,94 @@ | @@ -98,133 +148,94 @@ | ||
| 98 | - Added customs transitions | 148 | - Added customs transitions |
| 99 | - Improve dialogs performance | 149 | - Improve dialogs performance |
| 100 | 150 | ||
| 101 | -## [1.7.1] | ||
| 102 | - -Fix docs | 151 | +## [1.6.4] |
| 152 | + | ||
| 153 | + - Improve performance. | ||
| 103 | 154 | ||
| 104 | -## [1.7.2] | ||
| 105 | - -Fix bottomsheet on macos | 155 | +## [1.6.3] |
| 156 | + | ||
| 157 | + - Clean code. | ||
| 106 | 158 | ||
| 107 | -## [1.7.3] | ||
| 108 | - -Added transitions docs | 159 | +## [1.6.2] |
| 160 | + | ||
| 161 | + - Fix bugs on blurred Snackbars | ||
| 109 | 162 | ||
| 110 | -## [1.7.4] | ||
| 111 | - -Fix dialog child error | 163 | +## [1.6.1] |
| 164 | + | ||
| 165 | + - Add docs and improve performance | ||
| 166 | + | ||
| 167 | +## [1.6.0] | ||
| 168 | + | ||
| 169 | + - Add support to snackbars | ||
| 112 | 170 | ||
| 113 | -## [1.8.0] | ||
| 114 | - -Add Get.close method. | ||
| 115 | - -Add many Snackbars features | 171 | +## [1.5.0+1] |
| 172 | + | ||
| 173 | + - Add color and opacity to dialogs | ||
| 174 | + | ||
| 175 | +## [1.5.0] | ||
| 176 | + | ||
| 177 | + - Add support to dialogs | ||
| 116 | 178 | ||
| 117 | -## [1.8.1] | ||
| 118 | - -Fix new snackbar features | 179 | +## [1.4.0+7] |
| 180 | + | ||
| 181 | + - Add more documentation | ||
| 119 | 182 | ||
| 120 | -## [1.9.0] | ||
| 121 | - -Added: Navigator observer | ||
| 122 | - -Added: Get.args to named routes | ||
| 123 | - -Improve snackbar performance | 183 | +## [1.4.0+6] |
| 124 | 184 | ||
| 125 | -## [1.9.1] | ||
| 126 | - -Fix typo on snackbar route | 185 | +- Improve performance and bug fix |
| 127 | 186 | ||
| 128 | -## [1.9.2] | ||
| 129 | - -Added docs to GetObserver | 187 | +## [1.4.0] |
| 130 | 188 | ||
| 131 | -## [1.10.0] | ||
| 132 | - -Added backdrop | 189 | +- Added Get.removeRoute // ability to remove one route. |
| 190 | + Get.until // back repeatedly until the predicate returns true. | ||
| 191 | + Get.offUntil // go to next route and remove all the previous routes until the predicate returns true. | ||
| 192 | + Get.offNamedUntil // go to next named route and remove all the previous routes until the predicate returns true. | ||
| 193 | + | ||
| 194 | +## [1.3.4] | ||
| 133 | 195 | ||
| 134 | -## [1.10.1] | ||
| 135 | - -Backdrop improvement | 196 | +- Improve performance |
| 136 | 197 | ||
| 137 | -## [1.10.2] | ||
| 138 | - -Improve snackbar text color | 198 | +## [1.3.3] |
| 139 | 199 | ||
| 140 | -## [1.10.3] | ||
| 141 | - -Improve default color from dialogs | 200 | +- Fix Get.back arguments |
| 142 | 201 | ||
| 143 | -## [1.10.4] | ||
| 144 | - -Improve Get.offAll() - predicate now is optional | 202 | +## [1.3.2] |
| 145 | 203 | ||
| 146 | -## [1.10.5] | ||
| 147 | - -Added setKey to improve modular compatibility | ||
| 148 | - -Added ability to define transition duration directly when calling the new route. | 204 | +- Improve performance |
| 149 | 205 | ||
| 150 | -## [1.11.0] | ||
| 151 | - -Added experimental GetCupertino | 206 | +## [1.3.1] |
| 152 | 207 | ||
| 153 | -## [1.11.1] | ||
| 154 | - -Improve swipe to back on iOS devices | 208 | +- Update docs |
| 155 | 209 | ||
| 156 | -## [1.11.2] | ||
| 157 | - -Fix flutter web platform and added GetPlatform | 210 | +## [1.3.0] |
| 158 | 211 | ||
| 159 | -## [1.11.3] | ||
| 160 | --Added docs | 212 | +- Update docs, readme, and add full support to flutter_web |
| 161 | 213 | ||
| 162 | -## [1.11.4] | ||
| 163 | -- Refactor code of library | 214 | +## [1.2.1] |
| 164 | 215 | ||
| 165 | -## [1.12.0-dev] | ||
| 166 | --Compatibility with Dev branch | 216 | +- Fix bug currentState = null |
| 167 | 217 | ||
| 168 | -## [1.13.0-dev] | ||
| 169 | -- Plugin refactor | ||
| 170 | -- Added GetPlatform | ||
| 171 | 218 | ||
| 172 | -## [1.13.1-dev] | ||
| 173 | -- Fix back function | 219 | +## [1.2.0] |
| 174 | 220 | ||
| 175 | -## [1.14.0-dev] | ||
| 176 | -- Added compatibility with Flutter 1.17.1 | ||
| 177 | -- Added back popGesture to iOS (default) and Android (optional) | ||
| 178 | -- Improve performance | ||
| 179 | -- Decrease lib size to 94.9kb (25.4k after compiled on release) | 221 | +- Add routes navigation with no context |
| 180 | 222 | ||
| 181 | -## [1.14.1-dev] | ||
| 182 | -- Fix ternary on new dart version | 223 | +## [1.1.0] |
| 183 | 224 | ||
| 184 | -## [1.16.0-dev] | ||
| 185 | -- Added Get config | ||
| 186 | -- Added logEnable | ||
| 187 | -- Added Default transition | ||
| 188 | -- Added default popGesture behaviour | ||
| 189 | -- Added overlayContext | ||
| 190 | -- Fix Duration transition | 225 | +- Add support to named routes |
| 191 | 226 | ||
| 192 | -## [1.16.1-dev] | ||
| 193 | -- Improve: GetObserver | 227 | +## [1.0.3] |
| 194 | 228 | ||
| 195 | -## [1.17.0-dev] | ||
| 196 | -- Added experimental APIs | 229 | +- Improve Performance |
| 197 | 230 | ||
| 198 | -## [1.18.0-dev] | ||
| 199 | -- Added SafeArea to bottomsheets | ||
| 200 | -- Added docs | 231 | +## [1.0.2] |
| 201 | 232 | ||
| 202 | -## [1.19.0-dev] | ||
| 203 | -- Added nested navigators | 233 | +- Add examples |
| 204 | 234 | ||
| 205 | -## [1.19.1-dev] | ||
| 206 | -- Fix default transitions for namedRoutes | 235 | +## [1.0.1] |
| 207 | 236 | ||
| 208 | -## [1.20.0-dev] | ||
| 209 | -- Added Get Instance Manager | ||
| 210 | - Get.put / Get.find / Get.delete | 237 | +- Doc changes |
| 211 | 238 | ||
| 212 | -## [1.20.1-dev] | ||
| 213 | -- Improve: Get.finds | 239 | +## [1.0.0] |
| 214 | 240 | ||
| 215 | -## [2.0.0-dev] | ||
| 216 | -- Added easy state manager | ||
| 217 | -- Cleaner code | ||
| 218 | -- Improve Get | ||
| 219 | -- Change dialog API | ||
| 220 | -- Added GetMaterialApp | ||
| 221 | -- Added new experimental APIs | ||
| 222 | -- Improve Observer | ||
| 223 | -- Added default duration on Transitions | ||
| 224 | -- Added new routeNamed sistem | ||
| 225 | -- Added Global stateManager config | ||
| 226 | -- Improve Get instance manager | ||
| 227 | -- Added routingCallback | ||
| 228 | -- Added closeOverlays to Get.back | ||
| 229 | -- Added dynamic urls | ||
| 230 | -- Many APIs added | ||
| 241 | +- initial release |
-
Please register or login to post a comment