You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
306 B
12 lines
306 B
4 years ago
|
builders:
|
||
|
provider_builder:
|
||
|
import: 'lib/builder/provider_builder.dart'
|
||
|
builder_factories: [ 'providerBuilder' ]
|
||
|
build_extensions: { '.dart': [ '.provider.dart' ] }
|
||
|
auto_apply: root_package
|
||
|
build_to: source
|
||
|
defaults:
|
||
|
generate_for:
|
||
|
include:
|
||
|
- lib/models/**
|