2017-07-10 15:15:09 +00:00
|
|
|
name: angel_serialize_generator
|
2021-05-02 05:23:44 +00:00
|
|
|
version: 4.0.0
|
2018-03-02 21:23:00 +00:00
|
|
|
description: Model serialization generators, designed for use with Angel. Combine with angel_serialize for flexible modeling.
|
2021-05-02 05:23:44 +00:00
|
|
|
homepage: https://github.com/dukefirehawk/angel
|
2021-03-08 14:09:56 +00:00
|
|
|
publish_to: none
|
2017-07-10 15:15:09 +00:00
|
|
|
environment:
|
2021-05-02 06:02:08 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2017-07-10 15:15:09 +00:00
|
|
|
dependencies:
|
2021-05-02 06:02:08 +00:00
|
|
|
analyzer: ^1.5.0
|
2021-03-08 14:09:56 +00:00
|
|
|
angel_model:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-05-02 06:02:08 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-08 14:09:56 +00:00
|
|
|
path: packages/model
|
|
|
|
angel_serialize:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-05-02 06:02:08 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-08 14:09:56 +00:00
|
|
|
path: packages/serialize/angel_serialize
|
2021-05-02 06:02:08 +00:00
|
|
|
code_buffer:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
|
|
ref: sdk-2.12.x_nnbd
|
|
|
|
path: packages/code_buffer
|
|
|
|
build: ^2.0.1
|
|
|
|
build_config: ^1.0.0
|
|
|
|
code_builder: ^4.0.0
|
2021-03-08 14:09:56 +00:00
|
|
|
meta: ^1.3.0
|
|
|
|
path: ^1.8.0
|
2021-05-02 06:02:08 +00:00
|
|
|
recase: ^4.0.0
|
|
|
|
source_gen: ^1.0.0
|
|
|
|
quiver: ^3.0.1
|
2017-07-10 15:15:09 +00:00
|
|
|
dev_dependencies:
|
2021-05-02 06:02:08 +00:00
|
|
|
build_runner: ^2.0.1
|
2021-03-08 14:09:56 +00:00
|
|
|
collection: ^1.15.0
|
|
|
|
pedantic: ^1.11.0
|
2021-05-02 06:02:08 +00:00
|
|
|
test: ^1.17.3
|
2019-04-08 15:02:17 +00:00
|
|
|
# dependency_overrides:
|
|
|
|
# angel_serialize:
|
|
|
|
# path: ../angel_serialize
|