toast_native_dev library
native_toast — shows toasts above Flutter widgets AND native WebViews by delegating all rendering to Android WindowManager / iOS UIWindow.
Functions
-
showToast(
{required ToastType type, required String message, NativeToastOptions options = const NativeToastOptions()}) → Future< void> - Shows a native toast notification above all Flutter widgets and WebViews.