platform/pubspec.yaml
Todd Volkert e3c291d913 Prepare for upcoming change to File.openRead()
An upcoming change to the Dart SDK will change the signature
of `File.openRead()` from returning `Stream<List<int>>` to
returning `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

https://github.com/dart-lang/sdk/issues/36900
2019-06-25 13:12:54 -07:00

22 lines
526 B
YAML

name: angel_static
description: Static server middleware for Angel. Also capable of serving Range responses.
environment:
sdk: ">=2.0.0 <3.0.0"
homepage: https://github.com/angel-dart/static
author: Tobe O <thosakwe@gmail.com>
version: 2.1.3+2
dependencies:
angel_framework: ^2.0.0-rc.0
convert: ^2.0.0
crypto: ^2.0.0
file: ^5.0.0
http_parser: ^3.0.0
path: ^1.4.2
range_header: ^2.0.0
dev_dependencies:
angel_test: ^2.0.0-alpha
http:
logging: ^0.11.0
matcher: ^0.12.0
pedantic: ^1.0.0
test: ^1.0.0