From 0b32e741f7a448ff8e680acc09c4cf12da1a7ba2 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 21 Jun 2024 01:29:00 +0800 Subject: [PATCH] test 3.13.9 on master for android --- .github/workflows/playground.yml | 4 ++-- flutter/pubspec.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 93ee96676..3d2365611 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -10,7 +10,7 @@ env: RUST_VERSION: "1.75" # https://github.com/rustdesk/rustdesk/discussions/7503 CARGO_NDK_VERSION: "3.1.2" LLVM_VERSION: "15.0.6" - FLUTTER_VERSION: "3.22.2" + FLUTTER_VERSION: "3.13.9" FLUTTER_RUST_BRIDGE_VERSION: "1.80.1" # for arm64 linux because official Dart SDK does not work FLUTTER_ELINUX_VERSION: "3.16.9" @@ -103,7 +103,7 @@ jobs: run: | git config --global core.longpaths true cargo install flutter_rust_bridge_codegen --version ${{ env.FLUTTER_RUST_BRIDGE_VERSION }} --features "uuid" - rm -rf flutter/pubspec.lock + sed -i 's/uni_links_desktop/#uni_links_desktop/g' flutter/pubspec.yaml pushd flutter ; flutter pub get ; popd ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 8483e11ea..20ef15d3f 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -37,9 +37,9 @@ dependencies: package_info_plus: ^4.2.0 url_launcher: ^6.2.1 toggle_switch: ^2.1.0 - dash_chat_2: ^0.0.21 - #git: - # url: https://github.com/rustdesk-org/Dash-Chat-2 + dash_chat_2: + git: + url: https://github.com/rustdesk-org/Dash-Chat-2 draggable_float_widget: ^0.1.0 settings_ui: ^2.0.2 flutter_breadcrumb: ^1.0.1