- 14 Sep, 2020 1 commit
-
- 12 Sep, 2020 1 commit
-
-
- Fixes #441 - I understand `Object` was used, because Flutter's Route arguments uses it. Yet, seems it will not bring any breaking change, beyond removing all type checking to the `arguments` property. So, it gives full freedom (and responsibility) to the developer to make the proper validations. Check responses in (we might need to validate the usage of extension methods over `dynamic`): https://stackoverflow.com/questions/31257735/what-is-the-difference-between-dynamic-and-object-in-dart#:~:text=Writing%20dynamic%20o%3B%20declares%20a,except%20that%20it%27s%20an%20Object%20.
roi peker authored
-
- 11 Sep, 2020 9 commits
-
-
Gabriel Rohden authored
-
Nana Axel authored
-
Nana Axel authored
-
Nana Axel authored
-
Nana Axel authored
- 10 Sep, 2020 22 commits
-
-
Gabriel Rohden authored
-
- add docs to bindStream for RxList,RxSet,RxMap,RxImpl. - fixes the error of binding an ongoing Stream, without closing the Subscription when the observable gets closed.
roi peker authored -
Gabriel Rohden authored
-
mrkost authored
-
Jonny Borges authored
-
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 -
Stefan de Vogelaere 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
-
Stefan de Vogelaere 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
-
Stefan de Vogelaere authored
-
Jonatas authored
-
- 09 Sep, 2020 7 commits