learn_widgets

  • Main
    • Widget Stateful
      • @override createState
        • Algum metodo que chama o setState();
          • Toda vez que chamamos o setState, o flutter chama o metodo build(BuildContext context)

Widgets: Center() Text() Row() Column(): Cria layouts flexiveis na horizontal (row) e na vertical (column). Inspirado no flexbox da web. Stack: Permite posicionar uma widget em cima da outra, na ordem de pintura

TODO: Ler https://flutter.dev/docs/development/ui/widgets-intro#using-material-components

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.