Flutter 通知和 Toast 插件的排名 ------------------------------------------- Flutter 应用程序可以通过以下方式为用户提供关于任何操作的快速和简单反馈: * **Snackbars**: 它们在屏幕底部提供有关应用程序进程的简短消息。 * **Toasts 或者 Notifications**: 它们作为一个带有半透明背景的小警报出现在屏幕底部中间。 * **Tooltips**: 当用户悬停在按钮或其他元素上时,它们提供有关按钮或其他元素功能的简短消息。 下面是用于在 Flutter 应用程序中显示警报、通知、Snackbars 和 Toasts 的完整 Flutter 插件列表。
drops
59
A package for showing alerts similar to those used when copying from the pasteboard or connecting an Apple pencil, and the alert shown on iPhones when using the silent toggle.
easy_notifications
48
A Flutter plugin for handling local notifications with enhanced security and privacy features. Supports Android, iOS, and Web platforms with rich customization options.
flutter_sliding_toast
44
a flutter package for displaying messages with custom styling and animation behavior.
toasty_box
43
一个美丽的提示库,具有令人心动的动画。目前支持 5 种类型的提示 - MessageToast、WidgetToast、SuccessToast、WarningToast、ErrorToast
easy_notify
30
A Flutter package to simplify local notifications with scheduled, repeated, and instant support, plus CLI for auto configuration.
flutter_icon_snackbar
26
Flutter icon snackbar | Animated snackbar with icons | Easier snackbar over native
snacknload
12
snacknload is a flutter package for customizable loading indicators and top snackbars, making it easy to manage loading states and show success, error, or info messages.