mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
30 lines
777 B
YAML
30 lines
777 B
YAML
targets:
|
|
$default:
|
|
sources:
|
|
exclude:
|
|
- bin/*.dart
|
|
builders:
|
|
auto_route_generator:auto_route_generator: # this for @RoutePage
|
|
options:
|
|
enable_cached_builds: true
|
|
generate_for:
|
|
- lib/pages/**/*.dart
|
|
auto_route_generator:auto_router_generator: # this for @AutoRouterConfig
|
|
options:
|
|
enable_cached_builds: true
|
|
generate_for:
|
|
- lib/collections/routes.dart
|
|
json_serializable:
|
|
options:
|
|
any_map: true
|
|
explicit_to_json: true
|
|
drift_dev:
|
|
options:
|
|
databases:
|
|
app_db: lib/models/database/database.dart
|
|
sql:
|
|
dialect: sqlite
|
|
options:
|
|
modules:
|
|
- json1
|