Completed
Case Study: Padding
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Flutter - How We're Building a UI Framework for Tomorrow at Google
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Background
- 3 There must be a better way!
- 4 Goals
- 5 Why is hot reload important?
- 6 Workflow Demo
- 7 Flip the iceberg
- 8 Full Pipeline
- 9 One-Pass, O(N) Layout and Painting
- 10 Simple constraints can generate expressive layouts
- 11 Structural repainting using compositing
- 12 A bit of history...
- 13 Case Study: Padding
- 14 Composition Everywhere
- 15 Flexibility Demo
- 16 What do your users see?
- 17 BYO Runtime, don't reinvent the wheel.
- 18 A note on Runtime Portability
- 19 Community