Flutter Internals
English
English
  • Introduction
  • Get Involved ❗
  • Learning Path
  • 🏭Core
    • Framework
    • Types
    • Messaging
    • Platform Integration
    • Conventions
  • 🌳Data Model
    • Widgets
    • Elements
    • Render Objects
    • Boxes
  • 🎨Rendering
    • Layout
    • Compositing
    • Painting
    • Semantics
  • 👆Interaction
    • Gestures
    • Focus
  • 🎥Animation
    • Animation
  • 🏙Assets
    • Asset Management
    • Images
  • 🔠Text
    • Text Rendering
    • Text Input
    • Text Editing
  • 📜Scrolling
    • Scrollable
    • Viewports
    • Viewport Layout
  • 🥒Slivers
    • Sliver Model
    • Persistent Headers
    • Container Slivers
    • Dynamic Slivers
  • 📱User Interface
    • Containers
    • Decoration
    • Themes
    • Tables
    • Material
  • 🧠Business Logic
    • Navigation
    • State Management
    • Async Programming
    • Testing
Powered by GitBook
On this page
  • What is this book?
  • Who is the audience of this book?
  • Who can contribute to this book?

Was this helpful?

Export as PDF

Introduction

NextGet Involved ❗

Last updated 5 years ago

Was this helpful?

Welcome to Flutter Internals, a community-maintained open source book providing a guided tour through Flutter's implementation.

This book is very much a "work in progress"; in fact, we'd love your help with grammatical fixes, technical edits, and new content.

to become a contributor.

What is this book?

  • The goal of this book is to provide intuitive descriptions of Flutter’s internals in an easily digestible outline format.

  • Descriptions are intended to be comprehensive without becoming bogged down in implementation details or sacrificing clarity.

  • This book strives to provide a “hawk’s eye view” of Flutter’s implementation.

Who is the audience of this book?

  • These notes are most useful once you have a solid understanding of how to use Flutter (since they describe how the interfaces actually work).

  • This outline was written for developers looking to build intuition about Flutter internals and Flutter hackers looking to ramp up on the codebase.

  • We also hope that this book can inspire more thorough learning materials (such as deep dive videos or long form articles).

Who can contribute to this book?

  • Anyone (thank you)! If there’s a corner of the framework that you find confusing, please consider and updating the book with the relevant details.

  • Please read the "Get Involved" section.

Click here
becoming a contributor