App/Flutter

Udemy - Section4. Widgets,Styling, Adding Logic

prden 2022. 9. 6. 20:32

1. Widgets

1) Material App, Scaffold

Udemy-Flutter & Dart The Complete Guide

2) ListView, GridView, ListTitle// Text, Image, Icon

Udemy-Flutter & Dart The Complete Guide

3) Input : TextField, RaisedButton, FlatButton, GuestureDetector, inkWell

 

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

 

Widget catalog

A catalog of some of Flutter's rich set of widgets.

docs.flutter.dev

2. Theming & Material Design

 

3. Images & Fonts

 

4. Adding Business Logic to App

 

'App > Flutter' 카테고리의 다른 글

Dio & Interceptor  (0) 2022.09.13
Null Safety, setState()  (0) 2022.09.12
pubspec.yaml, analysis_options.yaml  (0) 2022.09.02
FireBase connection Error  (0) 2022.08.31
Flutter 기본 위젯 4가지 & 레이아웃 & stateful 위젯 vs. stateless 위젯  (0) 2022.08.26