assetScannerBuilder function

Builder assetScannerBuilder(
  1. BuilderOptions builderOptions
)

A Builder that get the assets path from pubspec.yaml and generate a r.dart with const properties of assets path. See AssetsBuilder for more detail.

Implementation

Builder assetScannerBuilder(BuilderOptions builderOptions) => AssetsBuilder();