Flutter - Widget catalog

godo·2022년 6월 2일
0

Flutter

목록 보기
6/18

https://docs.flutter.dev/development/ui/widgets

Most Important Widgets

App/Page Setup

  • MaterialApp/ CupertinoApp
  • Scaffold / CupertinoPageScaffold

Layout

  • Container
  • Row
  • Column

Row/Column Children

  • Flexible
  • Expanded

Content Containers

  • Stack
  • Card

Repeat Elements

  • ListView
  • GridView
  • ListTile

Content Types

  • Text
  • Image
  • Icon

User Input

  • TextField
  • RaisedButton / FlatButton
  • GestureDetector
  • InkWell
profile
☀️☀️☀️

0개의 댓글