What is flutter?

- Mobile UI framwork for creating native apps for iOS & Android

- Single code-base(dart) meaqns we only have to write our app once for multiple devices.

 

Why use Flutter?

- Only 1 code base

- Good layout methodology borrowed from responsive web

- Very smooth and quick experience when running apps

- Works well with Firebase as a backend

- Uses Dart, which is a really easy language to pick up

- Uses Material Design out-of-the-box

- Great docs & guides on the Flutter website

 

 

Flutter의 기본 위젯들 사용법을 좀더 쉽게 익힐수 있는 사이트 : https://flutterstudio.app/

 

AppBuilder 2 20180529-19:35

 

flutterstudio.app

위젯들을 화면에 올려서 설정값들을 직관적으로 바꿔 볼수 있다. 그리고 그 내용에 해당하는 소스코드를 확인 할 수 있다.

<TextBox를 올린 모습>

 

<TextBox를 올린 모습에 대한 소스코드>

 

앞으로 사용할 소스코드

https://github.com/iamshaunjp/flutter-beginners-tutorial

 

iamshaunjp/flutter-beginners-tutorial

All course files for the Flutter Beginners playlist on The Net Ninja YouTube channel. - iamshaunjp/flutter-beginners-tutorial

github.com

 

'플러터 - Flutter' 카테고리의 다른 글

왜 Flutter인가  (0) 2019.12.17

+ Recent posts