upgrade uni link desktop (#7307)
* fix macos uni not work since flutter 3.16, upgrade uni_links_desktop Signed-off-by: 21pages <pages21@163.com> * Connect when clicking enter (drop-down is not considered) Signed-off-by: 21pages <pages21@163.com> --------- Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
1794b65182
commit
61279752e2
@ -418,6 +418,9 @@ class _ConnectionPageState extends State<ConnectionPage>
|
|||||||
onChanged: (v) {
|
onChanged: (v) {
|
||||||
_idController.id = v;
|
_idController.id = v;
|
||||||
},
|
},
|
||||||
|
onSubmitted: (_) {
|
||||||
|
onConnect();
|
||||||
|
},
|
||||||
));
|
));
|
||||||
},
|
},
|
||||||
onSelected: (option) {
|
onSelected: (option) {
|
||||||
|
@ -1317,12 +1317,11 @@ packages:
|
|||||||
uni_links_desktop:
|
uni_links_desktop:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
name: uni_links_desktop
|
||||||
ref: HEAD
|
sha256: "692de81efc32ef72df56d428902afb5216d5f9e43d71c7b315d360acd7a1e115"
|
||||||
resolved-ref: e1d25263ae7c214ff52a66a9cf28aea8f408742e
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/rustdesk-org/uni_links_desktop"
|
source: hosted
|
||||||
source: git
|
version: "0.1.7"
|
||||||
version: "0.1.6"
|
|
||||||
uni_links_platform_interface:
|
uni_links_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -79,9 +79,7 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/rustdesk-org/flutter_improved_scrolling
|
url: https://github.com/rustdesk-org/flutter_improved_scrolling
|
||||||
uni_links: ^0.5.1
|
uni_links: ^0.5.1
|
||||||
uni_links_desktop:
|
uni_links_desktop: ^0.1.7
|
||||||
git:
|
|
||||||
url: https://github.com/rustdesk-org/uni_links_desktop
|
|
||||||
path: ^1.8.1
|
path: ^1.8.1
|
||||||
auto_size_text: ^3.0.0
|
auto_size_text: ^3.0.0
|
||||||
bot_toast: ^4.0.3
|
bot_toast: ^4.0.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user