Laggy when open Animation on iOS devices
hp1909 opened this issue ยท 7 comments
I run the project on iOS devices, it does not work smoothly. Please check it.
@hp1909 please specify which UIs you are talking about.
Also, the designs may not always be optimized, some are old designs of when I just began learning flutter, so bear with me.
If you have any specific UI that is not smooth, let me know, I will try to optimize.
Thank you.
I run the project on iOS devices, it does not work smoothly. Please check it.
make sure its not your simulator making any trouble
It happens like this problem:
flutter/flutter#20845
@hp1909 Yes, I see the problem, hope there will be a fix soon!
@hp1909 Yes, I see the problem, hope there will be a fix soon!
The solution is you have to wrap your Text on an SizedBox.
Not an optimal solution but for now works by wrapping by sizedbox. Thanks for the tip @hp1909
I found another solution works stably that you use FittedBox. Therefore you don't need to declare width and height like SizedBox