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

outdated

A Dart package that allows you to auto export files.

pub package

Auto Exporter #

A Dart package that allows you to auto export types globally.

Getting Started #

See How to use it

How to use it ? #

first:

dev_dependencies:
  auto_exporter: ^<lastest version code>
  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

wait a minute... and you get the export file

on the last

rename you export.dart to your project name

8
likes
0
pub points
70%
popularity

Publisher

unverified uploader

A Dart package that allows you to auto export files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, build_resolvers, glob, source_gen

More

Packages that depend on auto_exporter