platform/packages/route/pubspec.yaml

21 lines
610 B
YAML
Raw Normal View History

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-18 00:11:45 +00:00
version: 5.0.0
2021-05-02 04:12:43 +00:00
homepage: https://github.com/dukefirehawk/angel
2021-03-18 00:11:45 +00:00
publish_to: none
2017-11-27 02:21:19 +00:00
environment:
2021-03-18 00:11:45 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-11-27 02:21:19 +00:00
dependencies:
2021-03-18 00:11:45 +00:00
combinator:
2021-05-11 09:03:52 +00:00
path: ../combinator
# git:
# url: https://github.com/dukefirehawk/angel.git
# ref: sdk-2.12.x_nnbd
# path: packages/combinator
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
2021-05-02 04:12:43 +00:00
test: ^1.17.3