-
Breaking change: Remove attribute
useCupertino
in showAlert method. It no uses now justPlatform.isIOS
to 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:showCupertinoAlert
showMaterialAlert
- Structure changes to fix unit tests / CI.
- 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.
- Initial release