mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 19:51:28 +03:00
disable desktop_drop for now
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -38,7 +38,7 @@ dependencies:
|
||||
wakelock: ^0.6.2
|
||||
device_info_plus: ^4.1.2
|
||||
#firebase_analytics: ^9.1.5
|
||||
package_info_plus: ^1.4.2
|
||||
package_info_plus: ^3.1.0
|
||||
url_launcher: ^6.0.9
|
||||
toggle_switch: ^1.4.0
|
||||
dash_chat_2: ^0.0.14
|
||||
@@ -70,7 +70,8 @@ dependencies:
|
||||
get: ^4.6.5
|
||||
visibility_detector: ^0.3.3
|
||||
contextmenu: ^3.0.0
|
||||
desktop_drop: ^0.3.3
|
||||
# Disable desktop_drop for now, because it may cause crash on Win11 when destructing.
|
||||
# desktop_drop: ^0.4.1
|
||||
scroll_pos: ^0.3.0
|
||||
debounce_throttle: ^2.0.0
|
||||
file_picker: ^5.1.0
|
||||
@@ -109,6 +110,9 @@ dev_dependencies:
|
||||
flutter_lints: ^2.0.0
|
||||
ffigen: ^7.2.4
|
||||
|
||||
dependency_overrides:
|
||||
intl: ^0.17.0-nullsafety.2
|
||||
|
||||
# rerun: flutter pub run flutter_launcher_icons
|
||||
flutter_icons:
|
||||
image_path: "../res/icon.png"
|
||||
|
||||
Reference in New Issue
Block a user