auto_exporter 3.1.0 copy "auto_exporter: ^3.1.0" to clipboard
auto_exporter: ^3.1.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
130
pub points
69%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, auto_exporter_annotation, build, build_resolvers, glob, source_gen

More

Packages that depend on auto_exporter