mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
[Feature] Replace go_router with auto_route
This commit is contained in:
parent
b31cc86ae8
commit
144c8faf70
42 changed files with 1181 additions and 980 deletions
18
build.yaml
18
build.yaml
|
|
@ -2,13 +2,27 @@ targets:
|
|||
$default:
|
||||
sources:
|
||||
- lib/$lib$
|
||||
- "**/models/**.dart" # Matches models folder at any depth in lib
|
||||
- "**/providers/**.dart" # Matches providers folder at any depth in lib
|
||||
- "**/models/**.dart"
|
||||
- "**/providers/**.dart"
|
||||
- lib/util/**.dart
|
||||
- lib/jellyfin/**.dart
|
||||
- "**/**_screen.dart"
|
||||
- "**/**_page.dart"
|
||||
- swagger/**
|
||||
- lib/routes/auto_router.dart
|
||||
- $package$
|
||||
builders:
|
||||
auto_route_generator:auto_router_generator:
|
||||
options:
|
||||
enable_cached_builds: true
|
||||
generate_for:
|
||||
- lib/routes/auto_router.dart
|
||||
auto_route_generator:auto_route_generator:
|
||||
options:
|
||||
enable_cached_builds: true
|
||||
generate_for:
|
||||
- "**/**_screen.dart"
|
||||
- "**/**_page.dart"
|
||||
freezed|freezed:
|
||||
options:
|
||||
generate_for:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue