Examples

Practical examples of what you can build with custom Flutter render objects.

Conceptual understanding of render objects is important, but it needs to be grounded in real use-cases and code.

This section walks you through the implementation decisions of real, runnable render objects.


  • To gain a higher level understanding of the what, why, and how of render objects, see the Guides section.

  • For help with implementing specific render object methods, see the API section.