'Weird output from "flutter clean" command when used outside folder that has build
When i run flutter clean a folder outside the main build folder. I this response:
Changing current working directory to: /User/..
Why is that? and what does working directory refer to? How do i know my old one?
Solution 1:[1]
There needs to be a yaml file for flutter clean
to work correctly.
That was my mistake.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Oluwaseun Cardoso |