周诚
周诚
I think javascript `alert` can be used without this package: ```dart import 'dart:html' as html; html.window.alert('This is a browser alert.'); ``` Tip: If you use it directly, it may have...
According to my test, it's a new version issue. Previous version (I tested Flutter 3.7.12) runs ok!
> In my case, `doWhenWindowReady` will be triggered when the menu bar item is clicked. Yes, I mentioned it > By the way, I find if I click the app's...
> for me it works again with flutter 3.22.0 Flutter adapt to bitsdojo_window 😂
[MacOS] beginSheetModal API might call its result handler on a thread different from the main thread
Same issue on my Mac If I use the example code: ```dart String? selectedDirectory = await FilePicker.platform.getDirectoryPath(); ``` `selectedDirectory`always be `null` without any selection panel.
[MacOS] beginSheetModal API might call its result handler on a thread different from the main thread
> [@Zhoucheng133](https://github.com/Zhoucheng133) does this fork work for you? > > https://github.com/milesegan/flutter_file_picker I use previous version and it works! ```yaml file_picker: 8.1.7 # without ^ ```
[MacOS] beginSheetModal API might call its result handler on a thread different from the main thread
> [@Zhoucheng133](https://github.com/Zhoucheng133) It would be interesting to see if that branch fixes your issue because rolling back to an old version is not a long term solution. I have tried...
[MacOS] beginSheetModal API might call its result handler on a thread different from the main thread
> [@Zhoucheng133](https://github.com/Zhoucheng133) thanks for trying it. Is your app running with app sandbox enabled? @milesegan Yes. But I think pick file/directory does not need to disable sandbox
[MacOS] beginSheetModal API might call its result handler on a thread different from the main thread
Fixed now! (I tested `^9.0.1`) But now pick dialog can't remember previous path.
同样的问题,一般会重复一次,比较影响使用