ui_effects 2.0.1
ui_effects: ^2.0.1 copied to clipboard
Create ui side effects from anywhere in your code, easily extensible to integrate with any package.
2.0.1 #
- Fixed a dependency issue that caused pub.dev analysis to fail
2.0.0 #
- Removed toasts entirely from the package because it was not really in line with this package's purpose
- Corrected docs
1.0.0 #
- Initial release of the
ui_effectspackage. - Added
UICenterto show dialogs, snackbars, bottom sheets, and banners. - Added
showToastfor displaying simple toast messages. - Provided
InspectableEffectHandlerfor easy testing of UI effects.