modal_util 0.0.6
modal_util: ^0.0.6 copied to clipboard
Common modal and toast utility to bootstrap quickly
0.0.6 #
- Refactor button text styles in ModalUtil to remove explicit color settings for improved consistency and adherence to default styling.
0.0.5 #
- Add showSnackbar method to ModalUtil for displaying snack bars
- Introduced a new static method
showSnackbarin ModalUtil to facilitate snack bar notifications. - This method utilizes ScaffoldMessenger to show a SnackBar with a given title, enhancing user feedback capabilities.
0.0.4 #
- Refactor modal dialog handling to support macOS. Updated ModalUtil and InputMatchConfirmationWidget to include Platform.isMacOS checks for dialog rendering, enhancing compatibility across Apple devices.
0.0.3 #
- Callbacks onSubmit and onCancel are no longer required for the showEmailPasswordDialog method.
0.0.2 #
- Fixed context issue.
0.0.1 #
- TODO: Describe initial release.