You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recall being impressed by the animations in a Flutter project you developed previously. Given the performance challenges of Flutter web compared to iOS and Android, we're curious about tips for creating visually appealing animations. It's worth noting that due to the differences between the HTML and CanvasKit renderers in Flutter web, we cannot use the HTML renderer on mobile.
Overall
We recall being impressed by the animations in a Flutter project you developed previously. Given the performance challenges of Flutter web compared to iOS and Android, we're curious about tips for creating visually appealing animations. It's worth noting that due to the differences between the HTML and CanvasKit renderers in Flutter web, we cannot use the HTML renderer on mobile.
Examples
A scene where I wanted to implement a more impressive screen transition animation, but had to be satisfied with a moderate animation due to the limitations of the web platform.
A scene that works well on native, but has some stutter on the web.
The text was updated successfully, but these errors were encountered: