opt: upgrade flutter ci/nightly to 3.7.0 stable

This reverts commit 6f9b3ae466.
This commit is contained in:
Kingtous
2023-01-28 09:41:05 +08:00
parent a529b14f2d
commit a17f14b92a
5 changed files with 40 additions and 32 deletions

View File

@@ -63,8 +63,7 @@ class RustDeskMultiWindowManager {
..setFrame(const Offset(0, 0) & const Size(1280, 720))
..center()
..setTitle(getWindowNameWithId(remoteId,
overrideType: WindowType.RemoteDesktop))
..show();
overrideType: WindowType.RemoteDesktop));
registerActiveWindow(remoteDesktopController.windowId);
_remoteDesktopWindowId = remoteDesktopController.windowId;
} else {
@@ -90,8 +89,7 @@ class RustDeskMultiWindowManager {
..setFrame(const Offset(0, 0) & const Size(1280, 720))
..center()
..setTitle(getWindowNameWithId(remoteId,
overrideType: WindowType.FileTransfer))
..show();
overrideType: WindowType.FileTransfer));
registerActiveWindow(fileTransferController.windowId);
_fileTransferWindowId = fileTransferController.windowId;
} else {
@@ -116,9 +114,8 @@ class RustDeskMultiWindowManager {
portForwardController
..setFrame(const Offset(0, 0) & const Size(1280, 720))
..center()
..setTitle(
getWindowNameWithId(remoteId, overrideType: WindowType.PortForward))
..show();
..setTitle(getWindowNameWithId(remoteId,
overrideType: WindowType.PortForward));
registerActiveWindow(portForwardController.windowId);
_portForwardWindowId = portForwardController.windowId;
} else {

View File

@@ -7,7 +7,7 @@ import desktop_drop
import device_info_plus_macos
import flutter_custom_cursor
import package_info_plus_macos
import path_provider_macos
import path_provider_foundation
import screen_retriever
import sqflite
// import tray_manager

View File

@@ -31,7 +31,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
ffi: ^2.0.1
path_provider: ^2.0.2
path_provider: ^2.0.12
external_path: ^1.0.1
provider: ^6.0.3
tuple: ^2.0.0
@@ -75,14 +75,14 @@ dependencies:
debounce_throttle: ^2.0.0
file_picker: ^5.1.0
flutter_svg: ^1.1.5
flutter_improved_scrolling: ^0.0.3
flutter_improved_scrolling:
# currently, we use flutter 3.0.5 for windows build, latest for other builds.
#
# 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).
# git:
# url: https://github.com/Kingtous/flutter_improved_scrolling
# ref: 62f09545149f320616467c306c8c5f71714a18e6
git:
url: https://github.com/Kingtous/flutter_improved_scrolling
ref: 62f09545149f320616467c306c8c5f71714a18e6
uni_links: ^0.5.1
uni_links_desktop: ^0.1.4
path: ^1.8.1