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-06 12:15:53 +00:00
|
|
|
version: 3.3.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
|
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:
|
2021-02-14 05:22:25 +00:00
|
|
|
build_runner: ^1.11.1
|
|
|
|
build_web_compilers: ^2.12.2
|
2021-03-06 12:15:53 +00:00
|
|
|
http: ^0.13.0
|
2019-04-11 15:51:38 +00:00
|
|
|
pedantic: ^1.0.0
|
2021-02-14 05:22:25 +00:00
|
|
|
test: ^1.15.7
|