- 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 18 commits
-
-
anton.rozdorozhniuk authored
-
Jonatas authored
-
Jonny Borges authored
-
Jonatas authored
-
Jonatas authored
-
Jonatas authored
-
Jonatas authored
-
Jonny Borges authored
-
Gabriel Rohden authored
-
Gabriel Rohden authored
-
- fixes #465 - iOS has an exception to the rule, when no Curve is defined, it doesn't use linearTransition in `CupertinoPages` (`Transition.cupertino/native/default`) and fullscreen dialogs so it applies the Curve, or use the default one. It might be smarter, maybe, to also enforce the `animation` duration to stay in platforms defaults. - had to change `CupertinoTransitions.buildTransitions` params in order to make the check and keep the code change small.
roi peker authored