platform/data_loader/pubspec.yaml
2019-04-18 23:20:18 -04:00

11 lines
No EOL
333 B
YAML

name: data_loader
version: 1.0.0
author: Tobe O <thosakwe@gmail.com>
description: Batch and cache database lookups. Works well with GraphQL. Ported from JS.
homepage: https://github.com/angel-dart/graphql
environment:
sdk: ">=2.0.0-dev <3.0.0"
dev_dependencies:
graphql_schema: ^1.0.0
pedantic: ^1.0.0
test: ">=0.12.0 <2.0.0"