mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
feature: Adds schemeVariants to color options (#109)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
98130f953e
commit
0b0cd3a557
11 changed files with 143 additions and 16 deletions
11
build.yaml
11
build.yaml
|
|
@ -3,7 +3,9 @@ targets:
|
|||
sources:
|
||||
- lib/$lib$
|
||||
- "**/models/**.dart"
|
||||
- "**/models/**/**.dart"
|
||||
- "**/providers/**.dart"
|
||||
- "**/providers/**/**.dart"
|
||||
- lib/util/**.dart
|
||||
- lib/jellyfin/**.dart
|
||||
- "**/**_screen.dart"
|
||||
|
|
@ -33,16 +35,17 @@ targets:
|
|||
ignoreNull: true
|
||||
discriminatorKey: type
|
||||
generateMethods: [decode, encode, copy, stringify]
|
||||
chopper_generator:
|
||||
options:
|
||||
header: "//Generated jellyfin api code"
|
||||
include_if_null: false
|
||||
swagger_dart_code_generator:
|
||||
options:
|
||||
input_folder: "swagger/"
|
||||
output_folder: "lib/jellyfin/"
|
||||
generate_for: swagger/**
|
||||
with_converter: true
|
||||
build_only_models: false
|
||||
with_base_url: false
|
||||
include_if_null: false
|
||||
auto_apply: dependents
|
||||
chopper_generator:
|
||||
options:
|
||||
header: "//Generated jellyfin api code"
|
||||
include_if_null: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue