해당 사이트를 기준으로 작성하였습니다. https://codelabs.developers.google.com/codelabs/flutter#0 Building beautiful UIs with Flutter | 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 learn how to build a Flutter UI from the ground up in an IDE. You also customize your user int codelabs...
해당 과정은 https://flutter-ko.dev/docs/development/ui/interactive에서 만나볼 수 있습니다. Adding interactivity to your Flutter app flutter-ko.dev Flutter 앱에 상호 작용 추가 사용자 입력에 반응하도록 앱을 어떻게 수정합니까? 이 자습서에서는 비대화 형 위젯 만 포함 된 앱에 대화 형 기능을 추가합니다. 특히 두 개의 상태 비 저장 위젯을 관리하는 사용자 지정 상태 저장 위젯을 만들어서 탭할 수 있도록 아이콘을 수정합니다. 레이아웃 튜토리얼 은 다음 스크린 샷의 레이아웃을 만드는 방법을 보여주었습니다. 앱이 처음 실행되면 별이 빨간색으로 표시되어이 호수가 이전에 즐겨찾기 되었음을 나타냅니다. 별 옆에 있는 숫자..