flutter_toast_pro library

Classes

FlutterToastPro
Public API for showing and dismissing toasts.
GlassContainer
A container with glassmorphism (frosted glass) effect.
LoadingToastItem
A loading indicator toast (globally unique – showing a new one replaces the old).
LoadingToastTheme
Theme for loading toasts.
MessageToastItem
A message toast (info / success / warning / error).
MessageToastTheme
Theme for message toasts.
ProgressToastItem
A progress indicator toast (globally unique).
ProgressToastTheme
Theme for progress toasts.
ToastAction
An optional action button displayed on a toast.
ToastItem
Base class for all toast items managed by ToastManager.
ToastManager
Manages the lifecycle of all active toasts.
ToastScope
Root widget that enables the toast system for the subtree below it.
ToastThemeData
Top-level theme data for FlutterToastPro.

Enums

MessageType
Message type for message toasts.
ToastPosition
Position where toasts appear on screen.

Typedefs

ToastLoadingBuilder = Widget Function(BuildContext context, LoadingToastItem item)
Custom builder for loading toasts.
ToastMessageBuilder = Widget Function(BuildContext context, MessageToastItem item)
Custom builder for message toasts.
ToastProgressBuilder = Widget Function(BuildContext context, ProgressToastItem item)
Custom builder for progress toasts.