mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
Merge pull request #1891 from fufesou/fix_win_crash
flutter_desktop: fix win crash from uni_link_desktop
This commit is contained in:
commit
5df850e7de
1 changed files with 4 additions and 1 deletions
|
|
@ -96,7 +96,10 @@ dependencies:
|
|||
# url: https://github.com/Kingtous/flutter_improved_scrolling
|
||||
# ref: 62f09545149f320616467c306c8c5f71714a18e6
|
||||
uni_links: ^0.5.1
|
||||
uni_links_desktop: ^0.1.3
|
||||
uni_links_desktop:
|
||||
git:
|
||||
url: https://github.com/fufesou/uni_links_desktop.git
|
||||
ref: 5be5113d59c753989dbf1106241379e3fd4c9b18
|
||||
path: ^1.8.1
|
||||
auto_size_text: ^3.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue