I downloaded the code from FlutterFlow and opened it on VS Code.
VS Code analyzes the code and notifies me about issues in the project and suggests me to run "dart fix".
Should I run it?
Is it safe to run it without messing the project?
Thanks in advance.