14 lines
No EOL
457 B
YAML
14 lines
No EOL
457 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.0.0
|
|
author: Tobe O <thosakwe@gmail.com>
|
|
homepage: https://github.com/angel-dart/angel_route
|
|
environment:
|
|
sdk: ">=2.0.0-dev <3.0.0"
|
|
dependencies:
|
|
combinator: ^1.0.0
|
|
dev_dependencies:
|
|
build_runner: ^0.10.0
|
|
build_web_compilers: ^0.4.0
|
|
http: ">=0.11.3 <0.12.0"
|
|
test: ^1.0.0 |