platform/packages/orm/angel_orm/pubspec.yaml

32 lines
860 B
YAML
Raw Normal View History

2017-07-10 21:49:00 +00:00
name: angel_orm
2021-05-02 07:32:24 +00:00
version: 4.0.0
2018-12-03 13:42:45 +00:00
description: Runtime support for Angel's ORM. Includes base classes for queries.
2021-05-02 08:39:25 +00:00
homepage: https://github.com/dukefirehawk/angel
2021-05-02 08:58:55 +00:00
environment:
2021-05-02 07:32:24 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-07-10 21:49:00 +00:00
dependencies:
2021-03-08 14:25:12 +00:00
charcode: ^1.2.0
intl: ^0.17.0
meta: ^1.3.0
string_scanner: ^1.1.0
2018-08-24 12:30:38 +00:00
dev_dependencies:
2021-03-08 14:25:12 +00:00
angel_model:
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-02 07:32:24 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 14:25:12 +00:00
path: packages/model
angel_serialize:
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-02 07:32:24 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 14:25:12 +00:00
path: packages/serialize/angel_serialize
angel_serialize_generator:
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-02 07:32:24 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 14:25:12 +00:00
path: packages/serialize/angel_serialize_generator
2021-05-02 07:32:24 +00:00
build_runner: ^2.0.1
2021-03-08 14:25:12 +00:00
pedantic: ^1.11.0
2021-05-02 07:32:24 +00:00
test: ^1.17.3
2021-05-03 13:27:12 +00:00
optional: ^6.0.0-nullsafety.2