platform/packages/route/pubspec.yaml

18 lines
542 B
YAML
Raw Normal View History

2021-05-14 07:02:50 +00:00
name: angel3_route
2023-05-20 23:55:42 +00:00
version: 8.0.0
2022-02-13 16:48:37 +00:00
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Angel3 framework, but can be used in Flutter and on the Web.
2021-09-25 06:32:32 +00:00
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/route
2017-11-27 02:21:19 +00:00
environment:
2023-05-20 15:37:23 +00:00
sdk: '>=3.0.0 <4.0.0'
2017-11-27 02:21:19 +00:00
dependencies:
2023-05-20 23:55:42 +00:00
belatuk_combinator: ^5.0.0
string_scanner: ^1.2.0
2021-05-14 07:02:50 +00:00
path: ^1.8.0
2016-10-11 18:53:32 +00:00
dev_dependencies:
2023-05-20 23:55:42 +00:00
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
http: ^0.13.0
test: ^1.24.0
2022-08-13 02:14:43 +00:00
lints: ^2.0.0