mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
21 lines
387 B
YAML
21 lines
387 B
YAML
targets:
|
|
$default:
|
|
sources:
|
|
- lib/**
|
|
- pubspec.*
|
|
- $package$
|
|
builders:
|
|
# Hive
|
|
hive_generator:
|
|
enabled: true
|
|
# JSON Serializable
|
|
json_serializable:
|
|
enabled: true
|
|
options:
|
|
explicit_to_json: true
|
|
include_if_null: false
|
|
|
|
# Retrofit
|
|
retrofit_generator|retrofit:
|
|
enabled: true
|