I'm encountering a persistent issue in FlutterFlow. When I try to run my project in Test Mode, which was previously functioning without any problems, it fails to build. FlutterFlow points to an error in a custom function, even though I haven't made any recent changes.
Undefined name 'LatLng"
Custom Code
To troubleshoot, I deleted the code from the function FlutterFlow flagged as problematic, but the same error then appeared in a different function. I tried running the project in the browser, and it works fine there, but Test Mode consistently fails with a build error.
I even removed the widget associated with the error, but then the issue shifted to another widget that had no prior issues and isn't even being used. The error references a library (LatLng) that I don’t use in this project or any of my other projects. I’ve also tried reinstalling FlutterFlow Desktop, but the issue persists.
Yes
1
2 replies