platform/packages/serialize/angel_serialize/pubspec.yaml

19 lines
540 B
YAML
Raw Normal View History

2017-07-10 15:15:09 +00:00
name: angel_serialize
2021-03-08 14:02:24 +00:00
version: 3.0.0
2018-03-02 21:23:00 +00:00
description: Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
2017-07-10 15:15:09 +00:00
author: Tobe O <thosakwe@gmail.com>
2018-03-02 21:23:00 +00:00
homepage: https://github.com/angel-dart/serialize
2021-03-08 14:02:24 +00:00
publish_to: none
2018-03-02 21:23:00 +00:00
environment:
2021-03-08 14:02:24 +00:00
sdk: '>=2.10.0 <3.0.0'
2018-11-03 07:13:19 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_model: #^1.0.0
2021-03-08 14:02:24 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/model
collection: ^1.15.0
meta: ^1.3.0
pedantic: ^1.11.0
2018-11-03 07:13:19 +00:00
quiver_hashcode: ^2.0.0