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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_exporter

With Flutter:

 $ flutter pub add auto_exporter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  auto_exporter: ^3.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:auto_exporter/auto_exporter.dart';
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