flutter_tts build error: NUGET.EXE not found. CMake Error
I ran into an issue after I did flutter pub add flutter_tts. when building, it immediately started giving a weird CMake build error (which I don't understand), making the build fail. It looks similar to https://github.com/flutter/flutter/issues/95898, but that's in a…