KiritchoukC / vscode-ext_flutter-clean-architecture

This Visual Studio Code extension helps creating new feature in a clean architecture way
https://marketplace.visualstudio.com/items?itemName=KiritchoukC.flutter-clean-architecture
33 stars 38 forks source link

Use snake case for data sources folder #23

Open vmalyi opened 2 years ago

vmalyi commented 2 years ago

VS code spell checker highlights "datasources" directory as the one which contains a typo if written like this.

Using the "data_sources" instead fixes this.