widgets/feedback/risto_toast library

Classes

RistoToast
Centralized toast/overlay notifier (never uses SnackBar). Works anywhere (pages, dialogs, popup) because it uses Overlay.

Enums

ToastKind
Semantic toast types. Use RistoToast.toast or convenience helpers: RistoToast.info, RistoToast.success, RistoToast.warning, RistoToast.error.