mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
update vrouter (fix pop issues with modal sheets)
Recent versions of vrouter properly support the showModal* functions, which solves the issues with the android back button popping the chat view instead of closing a user sheet or image view. Fixes #426.
This commit is contained in:
parent
086209fd39
commit
06ac6d22b1
@ -1214,7 +1214,7 @@ packages:
|
|||||||
name: vrouter
|
name: vrouter
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.2+5"
|
version: "1.1.4+11"
|
||||||
watcher:
|
watcher:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1265,5 +1265,5 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.0"
|
version: "3.1.0"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=2.12.1 <3.0.0"
|
dart: ">=2.13.0 <3.0.0"
|
||||||
flutter: ">=2.0.2"
|
flutter: ">=2.0.2"
|
||||||
|
@ -69,7 +69,7 @@ dependencies:
|
|||||||
unifiedpush: ^1.0.2
|
unifiedpush: ^1.0.2
|
||||||
universal_html: ^2.0.8
|
universal_html: ^2.0.8
|
||||||
url_launcher: ^6.0.3
|
url_launcher: ^6.0.3
|
||||||
vrouter: ^1.1.2+5
|
vrouter: ^1.1.4+11
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
dapackages: ^1.6.0
|
dapackages: ^1.6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user