flutter_window_close
flutter_window_close copied to clipboard
Helps your Flutter apps to handle window close events.
- feat: expose `FlutterWindowClose.destroyWindow` for customized usage. - fix: use `flutter::PluginRegistrarWindows::RegisterTopLevelWindowProcDelegate` for proc delegation & improve `HWND` retrieval. - Refactored Windows implementation use make use of `flutter::PluginRegistrarWindows::RegisterTopLevelWindowProcDelegate` instead of changing...
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 3.0.1 to 3.0.2. Commits 01d16a4 [flutter_lints] Updates various links (#6400) 333d43c [in_app_pur]: Bump org.json:json from 20231013 to 20240303 in /packages/in_ap... ab1630b [pigeon] Adds @SwiftClass annotation (#6372) 352ddac...
Now library not working in MacOS desktop for Flutter SDK 3.22.2, but in Windows and Linux is ok. % flutter doctor -v [✓] Flutter version 3.22.2 on channel stable, on...
It was not possible to disable the behavior at the moment. Browsers understanding preventDefault() would always show the dialog as long as the plugin is enabled. Broken in commit 166df017c8d050e5dcb58a92e189ce177dde6477....