⚡️📚It's time to share some #FlutterFriday knowledge. Want to quickly remove comments from the app after you get`flutter create`? Use: RegExp replacement! //.* → (blank) Then just apply dartfmt. Voilá! ✨
7
78
331
0
18
Download Video
@FlutterDev @rodydavis or: Select All Backspace fl + tab (custom snippet gist.github.com/lesnitsky/215f…)
@FlutterDev Would //.*\n capture all those newlines as well?