91 implement the gui for native desktop apps in flutter #111

Merged
PatrykHegenberg merged 13 commits from 91-implement-the-gui-for-native-desktop-apps-in-flutter into main 2024-05-29 21:27:19 +02:00
Showing only changes of commit fc5d8efed6 - Show all commits

View file

@ -22,6 +22,9 @@ use tracing::error;
const DESTINATION: u8 = 0;
const NONCE_SIZE: usize = 12;
#[cfg(target_os = "android")]
const FILE_PATH_PREFIX: &str = "/storage/emulated/0/Download";
struct File {
name: String,
size: u64,