dart_exporter

Creator: coderz1093

Last updated:

0 purchases

dart_exporter Image
dart_exporter Images

Languages

Categories

Add to Cart

Description:

dart exporter

Create exports with build runner
Usage #
Add package to dev_dependencies
dev_dependencies:
build_runner:
dart_exporter: {version}
copied to clipboard
Config #
add export configs to pubspec.yaml
dart_exporter:
ingore_if_path_matched:
- .g.dart
- .gen.dart
use_export_annotation: true
#false (default): export all items, use @DoNotExport() annotation to hide
#true: hide all items, use @Export() annotation to show
copied to clipboard
dart pub run build_runner build
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.