Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dart Flutter Export File CreatorNew to Visual Studio Code? Get it now.
Dart Flutter Export File Creator

Dart Flutter Export File Creator

Dev. Astral

|
2 installs
| (1) | Free
Create barrel export files for Flutter/Dart folders from the context menu or Command Palette
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dart Flutter Export File Creator

A VS Code extension that generates barrel export files for Flutter/Dart folders.

Features

  • Create export file from folder context menu or Command Palette
  • Recursively scans subfolders and includes their export files
  • Automatic relative path calculation
  • Automatically opens the generated export file
  • English UI and messages

Usage

  1. Right-click any folder in VS Code Explorer
  2. Select "Create Export File"
  3. The extension will generate a .dart file with the folder name
  4. The generated file will open automatically

Example Output

pages/
├── home/
│   ├── home_page.dart
│   └── home.dart (export file)
└── profile/
    ├── profile_page.dart
    └── profile.dart (export file)

Example home.dart content:

// Auto-generated export file for home folder
// Created on: 2024-12-15 14:30:25

export './home_page.dart';

// You can edit it manually.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft