##解決したい問題
Flutterで開発をしています。
android,iosの開発はできたため、WEBもFlutterで開発する予定です。
WEBを利用するため、以下のコマンドを実行しました。
$ flutter channel beta $ flutter upgrade $ flutter config --enable-web
すると、colorsプロパティを使っている箇所が全て以下のエラーとなりました。
The named parameter 'colors' isn't defined. Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'colors'.
あなたの回答
tips
プレビュー