p238049y / paractice

チュートリアル用のリポジトリ
1 stars 0 forks source link

[タスク]初級編をクリアする #4

Open p238049y opened 2 years ago

p238049y commented 2 years ago

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

p238049y commented 2 years ago

https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/beginner_package パッケージインストール後は再起動することが必要

p238049y commented 2 years ago

アイコンが変わらん

p238049y commented 2 years ago

https://qiita.com/kokogento/items/27db70ac6f681287cd89 この記事で解決しそう

再起動も忘れずにね

p238049y commented 2 years ago

https://zenn.dev/kazutxt/books/flutter_practice_introduction/viewer/beginner_animation これ始めてる

p238049y commented 2 years ago

アニメーションが効かないなぜだ

p238049y commented 2 years ago

onPressed: () => { _click, }, これを下記に変更すると動いた

onPressed: _click

https://kehalife.com/flutter-click/

onTapというメソッドもあるらしい

p238049y commented 2 years ago

AnimationContorollerを実装

p238049y commented 2 years ago

再起動したら、ビルドできた。。。謎だ