2017-05-26 13:21:47 +00:00
|
|
|
name: angel_paginate
|
2019-02-01 14:39:10 +00:00
|
|
|
version: 2.0.0
|
2017-05-26 13:21:47 +00:00
|
|
|
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:
|
2021-02-14 05:22:25 +00:00
|
|
|
sdk: ">=2.10.0 <2.12.0"
|
2017-05-26 13:21:47 +00:00
|
|
|
dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_framework: #^2.0.0-alpha
|
|
|
|
path: ../framework
|
2017-05-26 13:21:47 +00:00
|
|
|
dev_dependencies:
|
2021-02-14 05:22:25 +00:00
|
|
|
angel_test: #^2.0.0
|
|
|
|
path: ../test
|
2019-02-01 14:39:10 +00:00
|
|
|
logging: ^0.11.0
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|