PQ_Toast
A simple package to show toast message on the web ,support flutter web
Installation
add this to your pubspec.yaml
pq_toast: any
Usage
import 'package:pq_toast/web_toast.dart';
Toast.showErrorToast("Success message");
Toast.showSuccessToast("Error message");
Toast.showInfoToast("Info message");
Toast.showWarningToast("Warning message");