move pub to rustdesk-org
This commit is contained in:
parent
f3a6ddbc96
commit
caa274a5e1
@ -309,18 +309,18 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "packages/desktop_drop"
|
path: "packages/desktop_drop"
|
||||||
ref: ba76531701885d9de8a69ee0167e1610cf76e440
|
ref: HEAD
|
||||||
resolved-ref: ba76531701885d9de8a69ee0167e1610cf76e440
|
resolved-ref: "21725af7fd5be4e928acfb84146ebd10d1364a97"
|
||||||
url: "https://github.com/Kingtous/mixin-flutter-plugins.git"
|
url: "https://github.com/rustdesk-org/flutter-plugins"
|
||||||
source: git
|
source: git
|
||||||
version: "0.4.1"
|
version: "0.4.1"
|
||||||
desktop_multi_window:
|
desktop_multi_window:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "30518303e28702bf6b8110465293c05d21bc4cd2"
|
ref: HEAD
|
||||||
resolved-ref: "30518303e28702bf6b8110465293c05d21bc4cd2"
|
resolved-ref: "30518303e28702bf6b8110465293c05d21bc4cd2"
|
||||||
url: "https://github.com/Kingtous/rustdesk_desktop_multi_window"
|
url: "https://github.com/rustdesk-org/rustdesk_desktop_multi_window"
|
||||||
source: git
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
device_info_plus:
|
device_info_plus:
|
||||||
@ -484,9 +484,9 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "62f09545149f320616467c306c8c5f71714a18e6"
|
ref: HEAD
|
||||||
resolved-ref: "62f09545149f320616467c306c8c5f71714a18e6"
|
resolved-ref: "62f09545149f320616467c306c8c5f71714a18e6"
|
||||||
url: "https://github.com/Kingtous/flutter_improved_scrolling"
|
url: "https://github.com/rustdesk-org/flutter_improved_scrolling"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.3"
|
version: "0.0.3"
|
||||||
flutter_keyboard_visibility:
|
flutter_keyboard_visibility:
|
||||||
@ -1237,9 +1237,9 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "276b2206d0a7bd7574bc6f061d804c9b7be1d031"
|
ref: HEAD
|
||||||
resolved-ref: "276b2206d0a7bd7574bc6f061d804c9b7be1d031"
|
resolved-ref: e1d25263ae7c214ff52a66a9cf28aea8f408742e
|
||||||
url: "https://github.com/Kingtous/rustdesk_uni_links_desktop"
|
url: "https://github.com/rustdesk-org/uni_links_desktop"
|
||||||
source: git
|
source: git
|
||||||
version: "0.1.6"
|
version: "0.1.6"
|
||||||
uni_links_platform_interface:
|
uni_links_platform_interface:
|
||||||
|
@ -55,8 +55,7 @@ dependencies:
|
|||||||
url: https://github.com/rustdesk-org/window_manager
|
url: https://github.com/rustdesk-org/window_manager
|
||||||
desktop_multi_window:
|
desktop_multi_window:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Kingtous/rustdesk_desktop_multi_window
|
url: https://github.com/rustdesk-org/rustdesk_desktop_multi_window
|
||||||
ref: 30518303e28702bf6b8110465293c05d21bc4cd2
|
|
||||||
freezed_annotation: ^2.0.3
|
freezed_annotation: ^2.0.3
|
||||||
flutter_custom_cursor: ^0.0.4
|
flutter_custom_cursor: ^0.0.4
|
||||||
window_size:
|
window_size:
|
||||||
@ -69,8 +68,7 @@ dependencies:
|
|||||||
contextmenu: ^3.0.0
|
contextmenu: ^3.0.0
|
||||||
desktop_drop:
|
desktop_drop:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Kingtous/mixin-flutter-plugins.git
|
url: https://github.com/rustdesk-org/flutter-plugins
|
||||||
ref: ba76531701885d9de8a69ee0167e1610cf76e440
|
|
||||||
path: ./packages/desktop_drop
|
path: ./packages/desktop_drop
|
||||||
scroll_pos: ^0.4.0
|
scroll_pos: ^0.4.0
|
||||||
debounce_throttle: ^2.0.0
|
debounce_throttle: ^2.0.0
|
||||||
@ -82,14 +80,11 @@ dependencies:
|
|||||||
# for flutter 3.0.5, please use official version(just comment code below).
|
# for flutter 3.0.5, please use official version(just comment code below).
|
||||||
# if build rustdesk by flutter >=3.3, please use our custom pub below (uncomment code below).
|
# if build rustdesk by flutter >=3.3, please use our custom pub below (uncomment code below).
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Kingtous/flutter_improved_scrolling
|
url: https://github.com/rustdesk-org/flutter_improved_scrolling
|
||||||
ref: 62f09545149f320616467c306c8c5f71714a18e6
|
|
||||||
uni_links: ^0.5.1
|
uni_links: ^0.5.1
|
||||||
uni_links_desktop:
|
uni_links_desktop:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Kingtous/rustdesk_uni_links_desktop
|
url: https://github.com/rustdesk-org/uni_links_desktop
|
||||||
# v0.1.6 + multiwindow patch
|
|
||||||
ref: 276b2206d0a7bd7574bc6f061d804c9b7be1d031
|
|
||||||
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