I had been stuck and frustrated on this issue myself as well. Just changing the env for dart from sdk:'3.7.0' to sdk:'>=3.1.3 <4.0.0' in the pubspec.yaml fixed it for me.
sdk:'3.7.0'
sdk:'>=3.1.3 <4.0.0'
pubspec.yaml