auto_exporter 3.5.0
auto_exporter: ^3.5.0 copied to clipboard
A Dart package that allows you to auto export files, see README.md to know how to use it, just use the terminal and change the dart file name.
example/main.dart
// If you want to ignore a file, you can use @IgnoreExport() annotation
class DoNoExport {}
// See README.md for more details.