Does anyone know if there is a way to change the location of the build folder?
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank You for replying.Here is what i found so far:
- "somePath" must be relative or else we get an exception (_Exception: Exception: build-dir config setting in C:\Users\Claudio\AppData\Roaming\.flutter_settings must be relative)
- "somePath" must exist or else we get another exception (FileSystemException: Cannot open file, path = '..\dev_build\Testes\teste\frontend_server.d')
- After a complete build it only put 2 files on "somePath" ("app.dill" and "frontend_server.d"). All the others files went to the default "build" folder inside the project.
Maybe I'm doing something wrong...Anyway I was hoping for something more like what we have with native android, like this:buildDir = "C:/dev_build/android/${rootProject.name}/${project.name}"Cheers,Claudio Kloss
Just to be sure, what you mean is for me to create a new issue on github.com/flutter, right?
Pls also post bug # here, I'd like to follow what happens next.this is also a file that should be added to .gitignore