Martin Georgiu
Martin Georgiu
We are having the same problem as previously described, the solution from @hitshydev works just flawlessly, thanks a lot! Had anyone try to create an issue on the underlying iOS...
Hello @miguelpruivo, could you please reopen the issue? It is still actual, so it should be at least open:)
Do you mean to wrap the `DelayedSizeOpacityAnimation` in `RepaintBoundary` widget? Well, that could solve the problem, but my original thought behind the issue was that it shouldn't be necessary. My...
@maRci002 @darshankawar Oh, I see, thank you for such an explanation! I will close the issue, but also I believe should be in the Performace docs for Flutter as it...
Hi @maRci002 @darshankawar, I'm sorry for a bit late response, but I have finally managed to have some time to test it properly, and I don't think that the proposed...
Thank you for such a detailed answer @maRci002. I will try to explain more about what my concern is. Usually, I can use the `Visibility` widget to show/hide the particular...
Yeah, exactly @maRci002. Thank you for the proposed fix. The `TickerMode` works like charm, although it makes no difference (in the context of my issue) from the `Visibility` widget. If...