auto_exporter 3.3.1 copy "auto_exporter: ^3.3.1" to clipboard
auto_exporter: ^3.3.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.

example/main.dart

// 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.
10
likes
0
points
888
downloads

Publisher

verified publishernormidar.com

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, auto_exporter_annotation, build, build_resolvers, glob, source_gen

More

Packages that depend on auto_exporter