flutter_alert 0.4.0
flutter_alert: ^0.4.0 copied to clipboard
Flutter package which shows a crossplatform alert messages on Android (Material) and iOS (Cupertino).
0.4.0 #
-
Breaking change: Remove attribute
useCupertinoin showAlert method. It no uses now justPlatform.isIOSto decide if it renders a Cupertino or Material UI alert dialog. But this library provides now two new separate methods to force a platform specific alert dialog:showCupertinoAlertshowMaterialAlert
0.3.0 #
- Structure changes to fix unit tests / CI.
0.2.0 #
- Add documentation for all public fields.
- Fix an issue that barrierDismissable should be never null.
- Use showCupertinoDialog to improve the UI (background/shadow) of the alert dialog on iOS.
0.1.0 #
- Initial release