by @kodeazy

flutter Invalid depfile error

Home » flutter » flutter Invalid depfile error

I am facing Invalid depfile: in kernel_snapshot.d error as below while trying to run the flutter application.

Invalid depfile: D:\Android_Studio_Flutter_learning\test_flutter_example\.dart_tool\flutter_build\4adbccc6224c9d9752fffe9845ea8b5e\kernel_snapshot.d

To resolve this error open command prompt and go to the project path
Now try executing the below command

flutter clean

Now try running the application