flutter_platform_alert 0.2.6 flutter_platform_alert: ^0.2.6 copied to clipboard
A plugin helps to call native API to play alert sound and show alert dialogs. For example, it bridges MessageBox and TaskDialogIndirect on Windows.
0.2.6 #
- Allows adding icons to the native alert dialogs.
0.2.2 #
- Allows users to place the alert window to the center of the parent window or the center of the screen.
- Fixes the position of the alert window when the parent window is hidden or minimized.
- Activates the app when showing an alert window on macOS.
0.2.1 #
- Minor fixes.
0.2.0 #
- Implements alerts with custom buttons.
0.1.5 #
- Updates documentation and examples.
0.1.3 #
- Fixes issues on Windows.
0.1.2 #
- Tunes Android build settings.
0.1.1 #
- Fixes a typo and a potential crash.
0.1.0 #
- Initial release