Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Nutcracker Dart ToolsNew to Visual Studio Code? Get it now.
Nutcracker Dart Tools

Nutcracker Dart Tools

Nutcracker

|
154 installs
| (0) | Free
Nutcracker tools for dart/flutter development.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nutcracker Dart Tools

1- Generate top level barrel file

Generates a top level dart export barrel file for all files in a directory and its subdirectories. If subdirectories have their own barrel files, it exports only the paths of those barrels.

  • Left click on a folder and select 'Create Dart Barrel' menu item.

2- Generate a new feature directory

Generates a new feature directory.

  • Left click on the features folder and select 'Create New Feature Directory' menu item.

  • Left click on the features folder and select 'Create New Feature Directory' menu item.

3- Generates an empty class content inside new dart file

Appends an empty class body to the new dart file, based on the file name.

  • This feature activates automatically after initial code analysis.

Compile local VSIX file

npm install --global vsce
cd path/to/repo_directory
vsce package
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft