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.
|
2021-03-07 13:22:28 +00:00
|
|
|
version: 4.0.0
|
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:
|
2021-03-06 12:15:53 +00:00
|
|
|
sdk: ">=2.10.0 <3.0.0"
|
2017-11-27 02:21:19 +00:00
|
|
|
dependencies:
|
2018-08-20 14:24:11 +00:00
|
|
|
combinator: ^1.0.0
|
2021-03-06 12:40:23 +00:00
|
|
|
#meta: ^1.0.0
|
|
|
|
#path: ^1.0.0
|
2018-12-09 02:33:28 +00:00
|
|
|
string_scanner: ^1.0.0
|
2016-10-11 18:53:32 +00:00
|
|
|
dev_dependencies:
|
2021-03-06 12:40:23 +00:00
|
|
|
build_runner: ^1.11.5
|
|
|
|
build_web_compilers: ^2.16.4
|
2021-03-06 12:15:53 +00:00
|
|
|
http: ^0.13.0
|
2021-03-06 12:40:23 +00:00
|
|
|
pedantic: ^1.11.0
|
|
|
|
test: ^1.16.5
|