platform/packages/route/pubspec.yaml
thomashii@dukefirehawk.com 15926ff45d Fixed null safety issues
2021-05-09 19:16:15 +08:00

21 lines
No EOL
607 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: 5.0.0
homepage: https://github.com/dukefirehawk/angel
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
combinator:
# path: ../combinator
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/combinator
string_scanner: ^1.0.0
dev_dependencies:
build_runner: ^1.11.5
build_web_compilers: ^2.16.4
http: ^0.13.0
pedantic: ^1.11.0
test: ^1.17.3