platform/packages/paginate/pubspec.yaml

22 lines
591 B
YAML
Raw Normal View History

2017-05-26 13:21:47 +00:00
name: angel_paginate
2021-06-20 12:37:20 +00:00
version: 3.0.0
2017-05-26 13:21:47 +00:00
description: Platform-agnostic pagination library, with custom support for the Angel framework.
homepage: https://github.com/angel-dart/paginate
2021-06-20 12:37:20 +00:00
publish_to: none
2017-05-26 13:21:47 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-05-26 13:21:47 +00:00
dependencies:
2021-06-20 12:37:20 +00:00
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
2017-05-26 13:21:47 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/test
logging: ^1.0.1
test: ^1.17.8
pedantic: ^1.11.1