native_dialog_plus 1.1.2
native_dialog_plus: ^1.1.2 copied to clipboard
A flutter minimalistic plugin to show native Dialogs!, Compatible with iOS and Android, uses the native UI on each platform to show alert and confirm dialogs.
0.0.1 #
- TODO: Describe initial release.
1.0.5 #
- Added namespace
1.0.6 #
- Added compileOptions and kotlinOptions for jvmTarget 1.8
1.0.7 #
- Added Action sheet for Android
1.0.9 #
- Updated compileSdkVersion to 31
1.1.0 #
-- Added wasm compatibility
1.1.1 #
-- Fix Dialogs not working in Macos
1.1.2 #
- [Android] Support dismissal by tapping outside the dialog via new
cancelableparameter onNativeDialogPlus(defaults totrue) - [Android] Destructive buttons now render in red; default buttons render in blue
- [Android] Action sheet destructive buttons now render in red
- [iOS] Added Swift Package Manager (SPM) support