FLUTTER ECOSYSTEM

oktoast

A pure flutter toast library, support custom style/widget, easy achieve the same effect with native toasts.

oktoast cover
Latest version
3.4.0
30-day downloads
45.7K
Likes
361
Pub points
160

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

oktoast is a lightweight, pure Flutter toast library designed to deliver native-like toast notifications across all platforms. It supports custom styling and widgets, allowing developers to create visually consistent and highly customizable toast messages. With simple integration via a single command, it enables quick implementation of smooth, non-intrusive feedback in apps. The library is actively maintained and compatible with Android, iOS, Web, macOS, Windows, and Linux.

Use cases
  • Displaying brief user feedback
  • Showing success or error messages
  • Customizing toast appearance
  • Providing temporary status updates
  • Enhancing UI responsiveness
  • Replacing default Flutter snackbar
Key features
  • Supports custom widgets and styles
  • Cross-platform compatibility
  • Simple API for quick setup
  • Non-blocking toast display
  • Configurable duration and position
  • Lightweight and performant
Suitable for
  • Mobile app feedback
  • Web application notifications
  • Desktop app user hints
  • Apps requiring consistent toast design
  • Developers wanting minimal dependencies
  • Projects needing platform-agnostic toasts
Considerations
  • May require additional styling for complex layouts
  • Limited built-in animations
  • Not ideal for persistent notifications
  • Requires manual management of multiple toasts
  • Best suited for transient messages only
  • No built-in localization support
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add oktoast

Categories

Source repository

Related projects