mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
fix: Routing by downgrading vrouter
This commit is contained in:
parent
95be64a62b
commit
986999f214
@ -853,6 +853,13 @@ packages:
|
|||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.0"
|
version: "2.0.0"
|
||||||
|
path_to_regexp:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: path_to_regexp
|
||||||
|
url: "https://pub.dartlang.org"
|
||||||
|
source: hosted
|
||||||
|
version: "0.4.0"
|
||||||
pedantic:
|
pedantic:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
@ -1382,7 +1389,7 @@ packages:
|
|||||||
name: vrouter
|
name: vrouter
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.2.0+9"
|
version: "1.2.0+6"
|
||||||
watcher:
|
watcher:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -68,7 +68,7 @@ dependencies:
|
|||||||
unifiedpush: ^1.0.6
|
unifiedpush: ^1.0.6
|
||||||
universal_html: ^2.0.8
|
universal_html: ^2.0.8
|
||||||
url_launcher: ^6.0.9
|
url_launcher: ^6.0.9
|
||||||
vrouter: ^1.2.0+9
|
vrouter: 1.2.0+6 # vrouter 1.2.0+9 is bugged
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
dapackages: ^1.6.0
|
dapackages: ^1.6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user