Vs code pre debugging flutter

Viewed 13

I have a flutter project. I debug it in Visual Studio Code and write the code. Before Visual Studio Code can debug, it needs to decode string text to base64 and create a file. Then I want to debug the project. Is this possible in vs code?

0 Answers
Related