Jonny Borges

Results 95 comments of Jonny Borges

Update to Flutter 3, this problem is probably already solved, but it is present in version 2.10

Why do you use refresh? To assign a new list to your list, you can use assignAll

Really great PR. What worries me at the moment is just that we are moving to Navigator 2.0. So to avoid conflict, I will merge this PR when the migration...

To be honest, the master version has a full state manager refactor, a full navigation refactor, and a full dependency manager refactor. I sincerely wish I had more time, and...

Okay, this looks like an error with the Flutter Engine. I need to know what devices this is on to investigate further, or open an issue in the official repository,...

https://user-images.githubusercontent.com/35742643/103312433-c6735c00-49fb-11eb-9eb5-ed92e9d38bac.mp4

I suppose the engine's lockEvents function is blocking the ring longer than necessary which gives the impression of locking on some devices. I just made a modification to access the...

I think this should not be on the controller side, since it changes how the build method behaves. The view is responsible for this. I think it is possible to...

Wow, thanks for that. Looks like you're right. As this is critical, I'll write some tests and see if it doesn't cause any side effects and then I merge it.