Skip to content

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

Notifications You must be signed in to change notification settings

zetbaitsu/flutter-lazy-performance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 94.8%
  • HTML 2.8%
  • Swift 2.1%
  • Other 0.3%