ui_effects 2.1.0
ui_effects: ^2.1.0 copied to clipboard
Create ui side effects from anywhere in your code, easily extensible to integrate with any package.
2.1.0 #
- Added whenRequest declarative test method to
InspectableEffectHandler - Added
requestStreamandsendStreamtoInspectableEffectHandler - request effects on
InspectableEffectHandlerwill now throw when they do not have awhenRequestmatch.
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.