본문 바로가기
flutter

[시작] Flutter 시작시 알아야 할 사이트

by 엉금둥이 2020. 10. 31.

새롭게 시작하는 맘으로 Flutter 에 대한 이야기를 해볼까 합니다.

목표는 1주일 최소 1회 게시.

 

시작합니다

 

궁금하신 점은 댓글 남겨주시면 답변 드리겠습니다.

 

flutter 시작 시 알아야 할 사이트입니다.

 

 

flutter 공식 홈페이지

 

flutter.dev/

 

Flutter - Beautiful native apps in record time

Flutter SDK is Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.

flutter.dev

 

 

flutter, dart plugin

 

pub.dev/

 

Dart packages

Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter, AngularDart, and general Dart programs.

pub.dev

 

 

weekly flutter - 구독형 게시글

flutterweekly.net/

 

Flutter Weekly

A detailed example on how to find the origin of a layout issue and solve it. Use Shared preferences is for Storing simple data by reading & writing Simple Key-value pairs in iOS & Android. A tutorial for beginner showing how to create a calculator app. An

flutterweekly.net

 

 

google 공식 flutter youtube

  - 재생목록에서 widget of week 영상을 출퇴근할 때만 봐도 flutter에서 제공하는 기본 기능들을 확인할 수 있습니다.

www.youtube.com/c/flutterdev/

 

Flutter

Welcome to the official Flutter YouTube channel. Subscribe to stay up to date with best practices about the Flutter SDK. See real code examples, and watch en...

www.youtube.com

 

 

 

'flutter' 카테고리의 다른 글

flutter - hello world 를 만들어 보자 - 기초  (0) 2020.11.11
flutter pub.dev 를 살펴보자  (1) 2020.11.05