Updated package angel_serialize
This commit is contained in:
parent
e433575c4e
commit
e6d8875315
1 changed files with 10 additions and 6 deletions
|
@ -1,14 +1,18 @@
|
|||
name: angel_serialize
|
||||
version: 2.2.3+3
|
||||
version: 3.0.0
|
||||
description: Static annotations powering Angel model serialization. Combine with angel_serialize_generator for flexible modeling.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/serialize
|
||||
publish_to: none
|
||||
environment:
|
||||
sdk: '>=2.7.0 <3.0.0'
|
||||
sdk: '>=2.10.0 <3.0.0'
|
||||
dependencies:
|
||||
angel_model: #^1.0.0
|
||||
path: ../../model
|
||||
collection: ^1.0.0
|
||||
meta: ^1.0.0
|
||||
pedantic: ^1.0.0
|
||||
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
|
||||
quiver_hashcode: ^2.0.0
|
||||
|
|
Loading…
Reference in a new issue