c6d7d5f416
git-subtree-dir: packages/paginate git-subtree-mainline:12aa791a8e
git-subtree-split:a2daba88ab
13 lines
No EOL
376 B
YAML
13 lines
No EOL
376 B
YAML
name: angel_paginate
|
|
version: 2.0.0
|
|
description: Platform-agnostic pagination library, with custom support for the Angel framework.
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/paginate
|
|
environment:
|
|
sdk: ">=2.0.0-dev <3.0.0"
|
|
dependencies:
|
|
angel_framework: ^2.0.0-alpha
|
|
dev_dependencies:
|
|
angel_test: ^2.0.0
|
|
logging: ^0.11.0
|
|
test: ^1.0.0 |