/flutter-lazy-performance

An example app for exploring Flutter's performance when handling heavy off-screen widgets.

Primary LanguageDart

Flutter Lazy Performance

Examples of widgets extending off-screen and various ways of handling this in a performant way. Demos with "naive" in the title optimize nothing at all, and they probably shouldn't be used except in trivial cases. Other examples attempt various performance improvements and trade offs.

This repo comes from a talk at Google I/O 2021.

Check out the live demo at: https://justinmc.github.io/flutter-lazy-performance/.

Thanks to the Marty McFly asset from Rive: https://rive.app/community/52-69-marty-animation/.

Notes

Screenshot of menu Screenshot of list Screenshot of grid Screenshot of procedural generation demo