Skip to content

hassony105/dart-barrel-file

 
 

Repository files navigation

Dart Barrel File

This plugin is created for those that like to create and use barrel files to ease the importing and exporting of dart files.

The plugin will generate a barrel file for all dart files in one directory. Optionally, it will traverse the subdirectory tree to include all dart files in subdirectories.

A selection panel will open and present the opportunity to exclude any files from the barrel file.

Easily add new Dart Files to an existing barrel file by right clicking in the editor or on the file in the project tree.

Visit the project Github page for more information: https://github.com/hassony105/dart-barrel-file

Create New Barrel File in directory:

Current Directory Only: Usage

Include Subdirectories: Usage

Generated Barrel Files will have a comment header added:

ScreenShot

##Update the barrel file after adding more files to the directory

Usage

Usage

##Add individual file directly to an existing barrel file

Usage

Usage

Under The Hood

This project is build using Kotlin and makes use of IntelliJ's Gradle Plugin Template.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%