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

example/lib/example.dart

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';
10
likes
140
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.

Repository (GitHub)
View/report issues

Topics

#package-management #package #export #exporter #code-generation

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, auto_exporter_annotation, build, build_resolvers, dart_style, glob, pub_semver, source_gen

More

Packages that depend on auto_exporter