How to recover accidentally deleted Flutter code files?

2.3k Views Asked by At

So I was cleaning my desktop and due to careless rm command I deleted my flutter project folder where my codebase was located I have the debug app of the version .I tried local history of the Android studio but was unsuccessful is there any way I can recover the code if not can I build a release app from the debug one

1

There are 1 best solutions below

2
BLKKKBVSIK On

You should use versioning to always have a save of your project. Github, Gitlab, BitBucket, SVN are free, use it for the next time...

If you didn't obfuscate your Flutter app, you can probably extract the dart code of your app.