mikededo / dartBarrelFileGenerator

VSCode extension that generates barrel files for Dart projects
MIT License
25 stars 9 forks source link

feat: set custom name for nested folders #57

Closed mikededo closed 2 years ago

mikededo commented 2 years ago

It was a previous decision not allowing to generate a custom barrel file name with promptName option selected. However, the option has been updated so that it works both with generate current and generate current and nested.

Fixes #54.