해당 게시글은 다음 자료를 참고해서 작성하였습니다. https://codelabs.developers.google.com/codelabs/first-flutter-app-pt2#0 Write Your First Flutter App, part 2 | Google Codelabs Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. In this codelab, you’ll extend a simple mobile app to add interactivity, navigation, and change its the..
https://flutter-ko.dev/docs/get-started/install 설치 Flutter를 설치할 운영 체제를 선택해주세요:{{site.alert.note}} **Are you on Chrome OS?** If so, see the official [Chrome OS Flutter installation docs!](/docs/get-started/install/chromeos){{site.alert.end}} flutter-ko.dev 해당 사이트에서 다음 과정을 진행하기로 했습니다. Xcode simulator 실행 결과 Hot reload가 무엇인지 설명하기 위해서 있는 introduction 변경하고 command(⌘) + s로 저장하였다. 대략 2초 안되는 시간이 흐른 후 어플리..
해당 글은 flutter 공식 사이트와 github 소개 글을 발취하여 작성한 글입니다. https://github.com/flutter/flutter/blob/master/README.md flutter/flutter Flutter makes it easy and fast to build beautiful apps for mobile and beyond. - flutter/flutter github.com Flutter is Google's SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by ..