Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.81 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.81 KB

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