zetbaitsu / flutter-lazy-performance

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

Home Page:https://justinmc.github.io/flutter-lazy-performance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://justinmc.github.io/flutter-lazy-performance/


Languages

Language:Dart 94.8%Language:HTML 2.8%Language:Swift 2.1%Language:Kotlin 0.2%Language:Objective-C 0.1%