dialog_handler 1.0.4+1 copy "dialog_handler: ^1.0.4+1" to clipboard
dialog_handler: ^1.0.4+1 copied to clipboard

A Flutter package that helps simplify the use of different dialogs and handle dialog animations

1.0.0 #

  • init release

1.0.0+1 #

  • added documentation

1.0.1 #

  • fixed bug with dialog dismissal delay
  • added autoDismissWithAnimation parameter to showDialog that controls how dialog will be dismissed

1.0.1+2 #

1.0.1+3 #

  • fixed bug with dialog dismissal not responsive

  • re-fixed bug with dialog dismissal delay

  • removed mandatory use of handler's custom animated widget to show new dialog. This cause slight during dialog dismissal

1.0.2 #

  • fixed bug with dialog not dismissable using android back button
  • added visibleDialogs method that returns a list of currently visible dialogs
  • updated documentation to include visibleDialogs method
  • include tests coverage for dialog handler

1.0.3 #

  • added isDialogVisible method that returns a boolean indicating whether a dialog with the given valueKey is currently visible

  • added valueKey parameter to showDialog method that is used to identify the dialog

  • added valueKey parameter to dismissDialog method to dismiss dialog by key

  • updated documentation to include isDialogVisible method

1.0.3+1 #

1.0.4 #

  • added optional liquid glass effect for dialogs, enabled with the enableLiquidGlass parameter on showDialog or app wide on DialogManager
  • added liquidGlassSettings parameter and LiquidGlassSettings class to customise shape, blur, saturation, tint, rim light and shadows
  • exported LiquidGlass widget so the effect can be used on its own

1.0.4+1 #

9
likes
160
points
424
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that helps simplify the use of different dialogs and handle dialog animations

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dialog_handler