mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08: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>
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.