본 포스트에서는 Flutter 앱에서 홈 위젯을 만들어 앱을 더욱 멋지고 화려하게 만드는 방법을 알고자 합니다. 위젯의 버튼을 클릭하면 환율이 변경됩니다. 현재 환율은 랜덤으로 변경된다. -> url 페이지에 받아와서 출력해야함 1. pubspec.yaml home_widget 패키지를 추가 dependencies: home_widget: ^0.3.0 pubspec.yaml name: webview_flutter_onlyweb_kt description: A new Flutter project. # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. ..