22 lines
No EOL
591 B
YAML
22 lines
No EOL
591 B
YAML
name: angel_paginate
|
|
version: 3.0.0
|
|
description: Platform-agnostic pagination library, with custom support for the Angel framework.
|
|
homepage: https://github.com/angel-dart/paginate
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
dependencies:
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/framework
|
|
dev_dependencies:
|
|
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 |