📘

[Flutter] Missing variable type for ''の解決方法

2022/05/19に公開

Missing variable type for 'size'.
Try adding an explicit type, or remove implicit-dynamic from your analysis options file.

というエラーが発生し、変数としてsizeを使用できなかった。

必要なClassがimportされていなかったことが原因。
必要なClassをimportして、使用することができるようになった。

パラグアイでFlutter勉強してます🇵🇾
Twitter

GitHubで編集を提案

Discussion