userCatalogBuilder function

Builder userCatalogBuilder(
  1. BuilderOptions options
)

build_runner factory entry point for the package-wide widget catalog emitter. Scans every lib/**.dart and walks the files that spell a Restage annotation (or an alias of one) for @RestageWidget-annotated classes and emits a single lib/user_catalog.g.dart aggregating them.

Implementation

Builder userCatalogBuilder(BuilderOptions options) =>
    UserCatalogBuilder(options);