flutter_alert 0.4.0 copy "flutter_alert: ^0.4.0" to clipboard
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 useCupertino in showAlert method. It no uses now just Platform.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

[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
9
likes
40
pub points
82%
popularity

Publisher

unverified uploader

Flutter package which shows a crossplatform alert messages on Android (Material) and iOS (Cupertino).

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_alert