- The plugin is not Swift Package Manager ready.
- Fix Android build for Flutter 3.24.0.
- Fix issues on Android.
- Breaking refactor by replacing FlutterPlatformAlertOption with PlatformAlertOptions.
- New customizations with IosAlertStyle and IosButtonStyle.
- Updates documentation and examples.
- Support Flutter 3.10.x.
- Support destructive button on macOS.
- Fixes a crash on iPadOS.
- Downgrade min SDK to API level 19 for Android.
- Allows adding icons to the native alert dialogs.
- 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.
- Minor fixes.
- Implements alerts with custom buttons.
- Updates documentation and examples.
- Fixes issues on Windows.
- Tunes Android build settings.
- Fixes a typo and a potential crash.
- Initial release