YourLocation and some persist work

This commit is contained in:
vjrj 2018-06-27 08:22:00 +02:00
parent 6488957148
commit c9941429f0
13 changed files with 240 additions and 85 deletions

28
build.yaml Normal file
View file

@ -0,0 +1,28 @@
targets:
$default:
builders:
json_serializable:
options:
# Specifies a string to add to the top of every generated file.
#
# If not specified, the default is the value of `defaultFileHeader`
# defined in `package:source_gen/source_gen.dart`.
#
# Note: use `|` to define a multi-line block.
header: |
// Copyright (c) 2018, Comunes Association.
// GENERATED CODE - DO NOT MODIFY BY HAND
# Options configure how source code is generated for every
# `@JsonSerializable`-annotated class in the package.
#
# The default value for each of them: `false`.
#
# For usage information, reference the corresponding field in
# `JsonSerializableGenerator`.
use_wrappers: true
any_map: true
checked: true
explicit_to_json: true
generate_to_json_function: true