- 08 Sep, 2020 5 commits
-
-
- Added `Get.delete( force)` which was missing to manually remove permanent instances with Get.put(). - added missing doc comment to isPrepared()
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
- 06 Sep, 2020 6 commits
-
-
- `Changed HashMap<int,GetStateUpdate>` to `HashSet<GetStateUpdate>`. Reference https://github.com/jonataslaw/getx/pull/565#discussion_r484088390 - Added a internal VoidCallback in `GetStateUpdaterMixin::getUpdate`, to see if it reduces overhead of anonym function in `setState()` (considering GC).
roi peker authored -
- renamed and added defaults transition duration and types in "GetInterfase" - added missing parameters in `Get.to` / `Get.offAll`, fixes #570 - added optional `transitionDuration` and `transitionCurve` to `Get.dialog()`
roi peker authored -
Gabriel Rohden authored
-
Gabriel Rohden authored
-
Gabriel Rohden authored
-
- improved code docs for `BindingsBuilder` clarifying the issue with fat arrows and Get.put() - major change in `GetxController`, `GetBuilder`, `SimpleBuilder` to improve docs, code cleanup (left a "clean" mess with the previous code to revert if needed) - new `GetStateUpdaterMixin` and `GetStateUpdate` in favour of `StateSetter` (big change). - Fixes issue #507, quick code for testing multiple GetBuilder ids can be found here: https://gist.github.com/roipeker/f34654ca35b80f5bf34736bd865f6358. Warning: is a big change, but I did my tests and seems to be working fine. Please, test performance and potential bugs.
roi peker authored
-
- 05 Sep, 2020 2 commits
-
-
roi peker authored
-
* Reformated all sources under lib * Fixed almost all (now) detected lint and type issues * Added public api type annotations * Broke RxSet api (appeared to be a copy from RxList with wrong methods, this needs to be rewrited) * Broke anyone that relied on **wrong** type annotations that were omitted from this package * Maybe broke controller close overrides (DisposableInterface from rx core seems to have been always returned a future close method)
Gabriel Rohden authored
-
- 04 Sep, 2020 7 commits
-
-
Nipodemos authored
- 03 Sep, 2020 2 commits
-
-
Eduardo Florence authored
-