Eduardo Florence

Results 88 comments of Eduardo Florence

@jonataslaw, I confirmed that the problem happens and put a smaller code to reproduce below. I can only reproduce the problem (freezes the UI) after clicking approximately 15 times in...

I tested using GetX on the master branch and the same problem occurs. I don't use an emulator, I test directly on a Samsung cell phone model Galaxy A01 (SM-A015M...

Hy @lpylpyleo, - AutomaticKeepAliveClientMixin is used for the initState not to run more than once. In Getx you can use a `controller` for each view and you will not need...

You're right, AutomaticKeepAliveClientMixin does not execute the build method again on StatefullWidget. I will mark this issue as a feature request

@pqtrong17, use the example I provided above, but do what @lpylpyleo informed, replacing the StatelessWidget of each page with a Statefulwidget with AutomaticKeepAliveClientMixin

> Anyone found a solution to keep the ScrollController level please ? See above (Stateful)

Acredito que a única afirmação que li e considero incorreta, é que o Angular está morrendo. Anteontem foi lançada a [versão 5.1.0](https://github.com/angular/angular/blob/master/CHANGELOG.md), e eles prometeram [uma nova grande versão a...

Angular não está morrendo e tenho certeza que React ficará obsoleto antes dele, pois vão cair na real. O React Native, por exemplo, que é mais uma modinha lançada pelo...

Only those that you used `permanent = true`. For the others, just navigate to the LoginScreen using Get.offAllNamed or Get.offAll, which controllers are automatically removed from memory.