노출되는 이미지가 불편하시겠지만 양해를 구합니다. 노출, 클릭등에 관한 자료로 활용 중입니다.

ToDo App by Flutter / 플루터로 만드는 '할일앱'



1. Flutter 프로젝트 생성하기


> flutter create flutter_todo




2. 생성된 lib/main.dart를 지우고, 새로운 내용으로 채우기(Material Design)



심플한 Material-style의 앱을 title bar와 body만을 갖고 있도록 고친다.



모든 것은 Widget이다. MaterialApp, Scaffold, AppBar


3. Stateless & Stateful 위젯



StatelessWidget는 동적으로 변경될 수가 없다. 하지만, 동적인 자식들을 가질 수 있다.

이것이 StatefulWidget이다.




4. State 변경 하기



5. User Interaction: Adding a todo item



6. User Interaction: Removing todo items



...


# 원문


https://medium.com/the-web-tub/making-a-todo-app-with-flutter-5c63dab88190




# Flutter 설치하기 ( Windows )


https://flutter.io/get-started/install/


블로그 이미지

StartGuide

I want to share the basic to programming of each category and how to solve the error. This basic instruction can be extended further. And I have been worked in southeast Asia more than 3 years. And I want to have the chance to work another country.

,