Bin
Bin
Thanks for the contribution. I am not familiar with macOS api and I don't know what is the bookmark actually. Can you add some example usage to the plugin example...
1. What is the system version? win11? 2. Is it works fine if you build with flutter command? `cd example && flutter run -d windows`
Fine, I know very little about Windows development ,so may have to wait for someone else to answer the reason. But this project with new win_toast plugin was build successful...
ohh, that's my mistake. thansk for the correction
> when I switched from episode one to episode two the OnUrlRequestCallback won't be callbacked which platform are you running?
Yes, this is the expected behivior, since the global overlay should on the top of all app widgets(include dialog). This situation seem the same as https://github.com/boyan01/overlay_support/issues/83#issuecomment-1267182999 --- According to your...
Because global overlay in the widget hierarchy is more front to screen than the other app widgets (normal page, dialog, popup), so they are always show behind the overlay. The...
Maybe your using the wrong `context` to `showOverlay`. How about wrap the `ElevatedButton` with a `Builder` Widget, then use the `context` provided by `Builder`?
> you wanna come on a google meet? it'll be way easier and quicker that way.. No, I don't like talk. > same thing. accroding the picture, you are not...
https://github.com/bitsdojo/bitsdojo_window/blob/f2d8dfabec25722526c8996929086902df5e8fbb/bitsdojo_window/example/lib/main.dart#L13-L22 Use size `final initialSize = Size(1280, 750); ` It is more obvious that the window is not centered. And after removing this line of code `win.alignment = Alignment.center;` then...