auto_exporter 1.2.3 copy "auto_exporter: ^1.2.3" to clipboard
auto_exporter: ^1.2.3 copied to clipboard

outdated

A new Flutter package that allows you to auto export types globally.

pub package

Auto Exporter #

A new Flutter package that allows you to auto export types globally.

Getting Started #

To use auto export feature, you just need to add the @AutoExporter() annotation to your class that you want to be automatically exported in the lib/main.dart file.

Then in your other files, you just need to import the main.dart file to have access to all auto exported files

how to use it ? #

first:

dev_dependencies:
  build_runner: ^2.1.0
  build_test: ^2.1.0

second run:

 dart run build_runner build  # Dart SDK
 flutter pub run build_runner build  # Flutter SDK
8
likes
0
pub points
70%
popularity

Publisher

unverified uploader

A new Flutter package that allows you to auto export types globally.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, build_resolvers, glob, meta, source_gen

More

Packages that depend on auto_exporter