rustdesk/flutter
21pages 40e8f0d307
revert missing retry and opt keep session (#9755)
* Revert "fix missing retry (#8750)"

If `hasRetry` is true: there is a retry timeout;
If `hasRetry` is false: there is no retry button;

In
https://github.com/rustdesk/rustdesk/discussions/8748#discussioncomment-10081038,when
doesn't want inactive to retry,
cf0e3ec303/flutter/lib/models/model.dart (L444),
1.2.3 always show retry no matter what `hasRetry` is.

This reverts commit c3c99ba107.

* not keep session if there is no remote connection left.

Signed-off-by: 21pages <sunboeasy@gmail.com>

---------

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-10-26 22:05:54 +08:00
..
android Feat/android more actions (#8496) 2024-06-27 13:28:05 +08:00
assets fix: web chat (#9588) 2024-10-08 15:23:00 +08:00
ios add Push Notifications capability though we do not use it explictly, but our dep used it, have to enable it, otherwise review will refuse us 2024-06-17 12:50:29 +08:00
lib revert missing retry and opt keep session (#9755) 2024-10-26 22:05:54 +08:00
linux refact: window frame border (#7946) 2024-05-08 09:59:05 +08:00
macos upgrade pub for flutter memory leak 2024-09-09 17:25:35 +08:00
test
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 Fix wrong CMake compiler detection of arm-linux on aarch64 2023-11-09 07:20:14 +02:00
build_fdroid.sh Fix F-Droid build and bump Android NDK (#9428) 2024-09-23 16:43:59 +08:00
build_ios.sh
deploy.sh
ios_arm64.sh sync get option in android setting (#8393) 2024-06-18 08:29:10 +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 fix: flickers child screen when resizing window (#9645) 2024-10-14 15:48:56 +08:00
pubspec.yaml bump to 1.3.2 2024-09-26 23:07:53 +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.