auto_exporter 3.4.1 auto_exporter: ^3.4.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.
// If you want to ignore a file, you can use @IgnoreExport() annotation
import 'package:auto_exporter/auto_exporter.dart';
@IgnoreExport()
class DoNoExport {}
// See README.md for more details.