2022-08-13 【Flutter】Flutter で起きたエラーまとめ Flutter はじめに どうも、バッテラです。 Flutterで開発してる中で遭遇したエラーをまとめています。 はじめに デバッグ関連 lint関連 算術関連 デバッグ関連 Avoid print calls in production codeの解決方法 lint関連 const不足の警告を非表示にする (Prefer const with constant constructors) 算術関連 割り算した結果を整数で取得する方法 (A value of type 'double' can't be assigned to a variable of type 'int'. Try changing the type of the variable, or casting the right-hand type to 'int'.d)