- 07 Sep, 2020 14 commits
-
-
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 9 commits
-
-
Eduardo Florence authored
-
Eduardo Florence authored
-
Eduardo Florence authored
-
- fixes the onClose(), onInit() async override in GetxController - added a shortcut `BindingsBuilder.put()` to register a single Controller in a view. - fixes some doc comments - added new extensions for `num` and `duration` to apply delayed calls.
roi peker authored -
Eduardo Florence authored
-
Pela nova ortografia, o prefixo extra só possui hífen se preceder palavra iniciando por "a" ou "h"
Eduardo Florence authored -
roi peker authored
-
- 02 Sep, 2020 2 commits
-
-
Jonatas authored
-