rustdesk/flutter
Vasyl Gello ec3ba5be8e
Fix issues spotted during 1.3.7 fdroid build (#10570)
* bridge.yml: Explicitly install cargo-expand of certain version

@linsui spotted this trying to fix the build failure of 1.3.7
on f-droid:

https://gitlab.com/fdroid/fdroiddata/-/merge_requests/18766

* flutter-build.yml: drop workarounds for flutter 3.13

@fufesou has removed them from build_fdroid.sh in #10040 but
forgot to remove them in main flutter_build.yml. flutter 3.13
is not used anymore, and those who want to build the old version
using flutter 3.13 can happily check out the appropriate commit
from Git history.

* Bump vcpkg baseline to 2025.01.13

@linsui addressed the missing vcpkg-tools.json file inside vcpkg
revision (microsoft side, not rustdesk's!) by updating the vcpkg
baseline.
2025-01-22 09:26:03 +08:00
..
android fix: android clipboard permission (#10223) 2024-12-07 22:34:54 +08:00
assets fix: web chat (#9588) 2024-10-08 15:23:00 +08:00
ios fix build error with latest xcode 2024-12-09 18:49:02 +08:00
lib replace hbb_common with submodule (#10543) 2025-01-20 17:33:41 +08:00
linux fix: linux, transparent window (#10192) 2024-12-05 17:26:34 +08:00
macos compelete fix https://github.com/rustdesk/rustdesk/discussions/10210 2025-01-01 23:05:52 +08:00
test fix remote tab lable update, Get.find always return the first instance 2023-09-28 09:05:10 +08:00
web fix one missing file 2024-06-22 12:45:32 +08:00
windows fix extracted forground window not foreground (#8521) 2024-06-28 22:36:29 +08:00
.gitattributes
.gitignore Refact. Build flutter web (#7472) 2024-03-22 13:16:37 +08:00
.metadata
analysis_options.yaml
build_android.sh
build_android_deps.sh linux dynamic load libva (#10171) 2024-12-04 17:10:10 +08:00
build_fdroid.sh Fix issues spotted during 1.3.7 fdroid build (#10570) 2025-01-22 09:26:03 +08:00
build_ios.sh fix build error with latest xcode 2024-12-09 18:49:02 +08:00
ios_arm64.sh fix build error with latest xcode 2024-12-09 18:49:02 +08:00
ios_x64.sh
ndk_arm.sh enable ffmpeg native h26x software decoders for all platforms (#7750) 2024-04-18 13:12:45 +08:00
ndk_arm64.sh enable ffmpeg native h26x software decoders for all platforms (#7750) 2024-04-18 13:12:45 +08:00
ndk_x64.sh
ndk_x86.sh flutter-build: Parameterize Android build matrix (#8907) 2024-07-31 20:38:00 +08:00
pubspec.lock upgrade url_launch 2024-12-28 22:03:34 +08:00
pubspec.yaml bump to 1.3.7 (#10548) 2025-01-20 23:12:00 +08:00
README.md Punctuation correction (#6808) 2024-01-06 11:11:35 +08:00
run.sh https://github.com/rustdesk/rustdesk/pull/7971 2024-06-03 13:40:14 +08:00

flutter_hbb

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples and guidance on mobile development, and a full API reference.