auto_exporter 3.5.1
auto_exporter: ^3.5.1 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.
export 'package:auto_exporter_annotation/auto_exporter_annotation.dart';
export 'package:example/src/dart_example_base.dart';
export 'package:example/src/export_classes.dart'
show DefaultExport, MyEnum, abc, finalNormal, AlwaysExport;
export 'package:example/src/part/a_container.dart';