Gorniv / vscode-flutter-files

Quickly create files for flutter using a BLoC pattern
https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files
MIT License
59 stars 25 forks source link

Escape ${} #30

Closed bounty1342 closed 3 years ago

bounty1342 commented 3 years ago

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 :)

Gorniv commented 3 years ago

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