Open p238049y opened 2 years ago
https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/beginner_package パッケージインストール後は再起動することが必要
アイコンが変わらん
https://qiita.com/kokogento/items/27db70ac6f681287cd89 この記事で解決しそう
再起動も忘れずにね
アニメーションが効かないなぜだ
onPressed: () => { _click, },
これを下記に変更すると動いた
onPressed: _click
https://kehalife.com/flutter-click/
onTapというメソッドもあるらしい
AnimationContorollerを実装
再起動したら、ビルドできた。。。謎だ
https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/beginner_package https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/beginner_test https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/beginner_page https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/beginner_animation