mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
* Initial plan * Add iOS edge swipe gesture to exit terminal session Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> * Improve iOS edge swipe gesture with responsive thresholds and better gesture handling Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> * Fix: Reset _swipeCurrentX in onHorizontalDragStart to prevent stale state Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> * Add trackpad support documentation for iOS edge swipe gesture Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> * Add iOS-style circular back button to terminal page Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> * Remove trackpad support documentation - not needed with back button Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> * Filter edge swipe gesture to touch-only input (exclude mouse/trackpad) Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> * fix: missing import Signed-off-by: fufesou <linlong1266@gmail.com> * fix(ios): terminal swip exit gesture Signed-off-by: fufesou <linlong1266@gmail.com> * Update flutter/lib/mobile/pages/terminal_page.dart Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rustdesk <71636191+rustdesk@users.noreply.github.com> Co-authored-by: fufesou <linlong1266@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| windows | ||
| .gitattributes | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| build_android.sh | ||
| build_android_deps.sh | ||
| build_fdroid.sh | ||
| build_ios.sh | ||
| ios_arm64.sh | ||
| ios_x64.sh | ||
| ndk_arm.sh | ||
| ndk_arm64.sh | ||
| ndk_x64.sh | ||
| ndk_x86.sh | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| run.sh | ||
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.