platform/pubspec.yaml

17 lines
512 B
YAML
Raw Normal View History

2016-10-11 18:53:32 +00:00
name: angel_route
2018-08-20 14:24:11 +00:00
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel framework, but can be used in Flutter and on the Web.
2019-02-03 18:28:25 +00:00
version: 3.0.5
2016-10-11 18:53:32 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_route
2017-11-27 02:21:19 +00:00
environment:
2018-08-20 14:24:11 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2017-11-27 02:21:19 +00:00
dependencies:
2018-08-20 14:24:11 +00:00
combinator: ^1.0.0
2018-12-09 02:33:28 +00:00
meta: ^1.0.0
path: ^1.0.0
string_scanner: ^1.0.0
2016-10-11 18:53:32 +00:00
dev_dependencies:
2018-08-20 14:24:11 +00:00
build_runner: ^0.10.0
build_web_compilers: ^0.4.0
2016-10-21 03:13:13 +00:00
http: ">=0.11.3 <0.12.0"
2018-08-20 14:24:11 +00:00
test: ^1.0.0