Gorniv / vscode-flutter-files

Quickly create files for flutter using a BLoC pattern

Home Page:https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escape ${}

bounty1342 opened this issue · comments

Hi,

In flutter ${} is used for string, and in vscode-flutter-files for variables.
Is there a way to escape it ? So it wont try to replace in the template and generate error ?

Thx :)

HI,
I use only simple variable $myvarible for flutter. If i need ${} - I use 'Text '+my.value;