2024-09-23 01:46:14 +00:00
|
|
|
name: platform_route
|
|
|
|
version: 9.0.0
|
2024-09-25 04:04:57 +00:00
|
|
|
description: A powerful, isomorphic routing library for Dart. It is mainly used in the Protevus Platform, but can be used in Flutter and on the Web.
|
2024-09-23 20:56:10 +00:00
|
|
|
homepage: https://protevus.com
|
|
|
|
documentation: https://docs.protevus.com
|
|
|
|
repository: https://git.protevus.com/protevus/platform/src/branch/main/packages/route
|
2024-09-23 01:46:14 +00:00
|
|
|
environment:
|
|
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
|
|
dependencies:
|
|
|
|
belatuk_combinator: ^5.1.0
|
|
|
|
string_scanner: ^1.2.0
|
|
|
|
path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
|
|
build_runner: ^2.4.0
|
|
|
|
build_web_compilers: ^4.0.0
|
|
|
|
http: ^1.0.0
|
|
|
|
test: ^1.24.0
|
|
|
|
lints: ^4.0.0
|