pq_toast 1.0.0 copy "pq_toast: ^1.0.0" to clipboard
pq_toast: ^1.0.0 copied to clipboard

discontinued

A simple package to show toast message on the web ,support flutter web

example/main.dart

import 'package:pq_toast/pq_toast.dart';

void main() {
  Toast.showErrorToast("Error message");
  Toast.showSuccessToast("Success message");
  Toast.showInfoToast("Info message");
  Toast.showWarningToast("Warning message");
}
1
likes
30
pub points
0%
popularity

Publisher

verified publishernew-step-apps.com

A simple package to show toast message on the web ,support flutter web

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on pq_toast