open:flutter

Flutter

brew install --cask flutter

flutter channel main

flutter upgrade
flutter --version

Upgrading Flutter to 2.8.1 (2021-12)

https://flutter.io/docs/development/ui/layout

  • Container: Adds padding, margins, borders, background color, or other decorations to a widget.
  • GridView: Lays widgets out as a scrollable grid.
  • Listview: Lays widgets out as a scrollabel list.
  • Stack: Overlaps a widget on top of another
  • Card: Orgainzes related info into a box with rounded corners and a drop shadow.
  • ListTiel: Organizes up to 3 lines of text, and optional leading and trailing icons, into a row.

플러터는 출시한 날짜에 비해 따라하기 시리즈류의 동영상(유튜브) 자료가 매우 많은 편입니다. 도움이 되었던 채널들입니다.

플러터로 만들어진 앱이 어떤 것들이 있는지 살펴봅니다.

Hamilton 앱은 DartConf 2018 오프닝 키노트의 첫 부분에서 소개되는 플러터의 상징적인 앱입니다. 100만 다운로드를 달성하여 플러터로 만들어진 앱 중 가장 성공적인 마켓 앱 입니다.

  • open/flutter.txt
  • 마지막으로 수정됨: 2024/04/04 03:41
  • 저자 MORO