Files
rustdesk/flutter
21pages 9dbb6217f7 fix pull ab twice in log (#11699)
The reason for calling `pullAb` twice is that when `pullAb` is called for the first time, `setCurrentName` is also called. In `setCurrentName`, if the current address book has not been initialized, it will also attempt to pull. Because `quiet` is false during the first call and `setCurrentName` is not `await` synchronously, the `abLoading` can prevent the two calls. However, `abLoading` depends on `quiet`, so we need to add a new variable `_abLoadingLock`.

Signed-off-by: 21pages <sunboeasy@gmail.com>
2025-05-10 21:40:55 +08:00
..
2025-02-25 00:30:29 +08:00
2024-12-09 18:49:02 +08:00
2025-05-10 21:40:55 +08:00
2025-01-31 16:54:57 +08:00
2025-03-10 21:06:53 +08:00
2025-01-31 16:54:57 +08:00
2024-12-09 18:49:02 +08:00
2024-12-09 18:49:02 +08:00
2025-02-28 11:56:17 +08:00
2025-04-30 17:23:35 +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.