Flutter

Flutter aims to provide a fast development experience. It's written in Dart.

Concepts

  • Widget trees are nested sets of elements which define a blueprint for the rendering of an application.
  • The element tree tracks the currently live widgets.

Children
  1. CLI
  2. Material widgets
  3. Reloading
  4. Widgets

Backlinks