web_toast 1.0.4-nullsafety copy "web_toast: ^1.0.4-nullsafety" to clipboard
web_toast: ^1.0.4-nullsafety copied to clipboard

Platformweb

A small framework-agnostic library for displaying popup info messages ("toasts") in web apps

A minimalistic framework-agnostic library for showing info messages without interrupting the overall flow on web applications.

Usage #

A simple usage example:

import 'package:toast/toast.dart';

main() {
  Toast(
    title: 'Info',
    text: 'Your changes has been saved!',
    duration: const Duration(seconds: 3));
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
110
pub points
46%
popularity

Publisher

unverified uploader

A small framework-agnostic library for displaying popup info messages ("toasts") in web apps

Repository

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on web_toast