platform/packages/route/pubspec.yaml
2021-03-06 20:15:53 +08:00

18 lines
No EOL
519 B
YAML

name: angel_route
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.
version: 3.3.0
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_route
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
combinator: ^1.0.0
meta: ^1.0.0
path: ^1.0.0
string_scanner: ^1.0.0
dev_dependencies:
build_runner: ^1.11.1
build_web_compilers: ^2.12.2
http: ^0.13.0
pedantic: ^1.0.0
test: ^1.15.7