- 10 Sep, 2020 11 commits
-
-
Jonny Borges authored
-
- adds automatic `onClose()` management to instances created with `Get.create()` (only applies to Routes). - adds docs for the feature description and limitation.
roi peker authored -
Replying to an issue spotted by @Quent on Discord, this fixes the lifecycle ( `onInit()`, `onReady()`). `onClose()` has to be called manually by the dev in the created instance.
roi peker authored -
roi peker authored
-
Jonatas authored
-
Gabriel Rohden authored
-
Fixes issue described in #569 and #585. `tag` was not being registered for `lazyPut()`;
roi peker authored -
roi peker authored
-
Jonatas authored
-
- 09 Sep, 2020 8 commits
- 08 Sep, 2020 14 commits
-
-
Gabriel Rohden authored
-
Gabriel Rohden authored
-
Gabriel Rohden authored
-
- Added `Get.delete( force)` which was missing to manually remove permanent instances with Get.put(). - added missing doc comment to isPrepared()
roi peker authored -
add `@override` to the suggestion, `toJson()` and `fromJson()` Co-authored-by: Nipodemos <nipodemos13@gmail.com>
Roi Peker authored -
- fixes #470 - added main README section docs called "Useful tips" where i mentioned some stuffs..
roi peker authored -
- small comment fix (https://github.com/jonataslaw/getx/pull/560#commitcomment-42045326) - added `RxBool.toggle()`as an easy shortcut for switching true/false values. - added `_RxImp.nil()` to easily set the value to `null` (`nil` comes from LISP :P) seems to be a useful sometimes, for instance if using `RxString` in `TextField.decoration.errorText` is the only way to avoid the "error state". - adds missing docs to Rx classes.
roi peker authored -
roi peker authored
- 07 Sep, 2020 7 commits
-
-
anton.rozdorozhniuk authored
-
Jonatas authored