Tien Do Nam

Results 517 comments of Tien Do Nam

This feature is only enabled on Windows but you can simulate it: 1. Find the settings file of LocalSend (it's a json): Add `"flutter.ls_auto_start_launch_minimized":true`. 2. Run the binary with the...

I have no ARM computer and Github actions do not provide ARM runners AFAIK. https://github.com/flutter/flutter/issues/74929

@kero990 Lots of Flutter apps rely on code generation. You need to generate them first: `flutter pub run build_runner build -d`

Seems like a bug in the window_manager package. I have no ARM64 Linux so I cannot reproduce it yet

@kero990 Glad that you managed to have a running version on ARM! It seems that the default font doesn't support Chinese language correctly, you can try to change to another...

Thanks @jayna37 I already have a mac with ARM so I should be able to virtualize this. I actually tried to host a Github Runner on an ARM linux server...

I tried out to use ARM64 on the temporary sever but there is no official Flutter binary. https://docs.flutter.dev/release/archive?tab=linux @proletarius101 @kero990 @wuzhaohui100 have you compiled the Flutter engine yourself?

Thanks @kero990 , I will look into this. @jayna37, LocalSend requires `libayatana-appindicator3` to run. You can look into the AppImage builder: https://github.com/localsend/localsend/blob/ed127c97e1c6c22b02c1bfc95cc50950a2cdb29c/AppImageBuilder.yml#L32C9-L32C33 I don't know how this package is called...

There are now ARM64 binaries in `v1.13.0`. I also have noticed font issues on non-latin languages but I think that's a separate issue.

Do you know why these permissions are needed?