platform/packages/core/route/pubspec.yaml

18 lines
550 B
YAML
Raw Normal View History

name: protevus_route
2024-06-23 04:09:26 +00:00
version: 8.2.0
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Protevus framework, but can be used in Flutter and on the Web.
homepage: https://protevus-framework.web.app/
repository: https://github.com/dart-backend/protevus/tree/master/packages/route
2017-11-27 02:21:19 +00:00
environment:
2024-05-21 16:26:09 +00:00
sdk: '>=3.3.0 <4.0.0'
2017-11-27 02:21:19 +00:00
dependencies:
2023-12-24 01:52:57 +00:00
belatuk_combinator: ^5.1.0
2023-05-20 23:55:42 +00:00
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
2023-06-10 04:10:21 +00:00
http: ^1.0.0
2023-05-20 23:55:42 +00:00
test: ^1.24.0
2024-05-21 16:26:09 +00:00
lints: ^4.0.0