Thank you for the suggestion. This is a new project that already uses null safety. My pubspec.yaml
has the environment sdk: '>=3.22.0 <4.0.0'
. The errors I am seeing seem to be at a deeper level where the compiler cannot find core Flutter types like Offset
or Color
, even after a clean reinstall of all tools.