auto_exporter 2.0.0 copy "auto_exporter: ^2.0.0" to clipboard
auto_exporter: ^2.0.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
import 'package:auto_exporter/auto_exporter.dart';

@IgnoreExport()
class DoNoExport {}

// See README.md for more details.
8
likes
0
pub points
71%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

auto_exporter_annotation, build, build_resolvers, glob, source_gen

More

Packages that depend on auto_exporter