0 purchases
windows toast
windows_toast #
A simple flutter package designed to display toast notifications in Windows applications. This package is similar to fluttertoast package, but it is designed to work with Windows applications also.
Features Supported #
See the example app for detailed implementation information.
Features
Android
iOS
macOS
Web
Windows
Show toast
✔️
✔️
✔️
✔️
✔️
Platform Support #
Android
iOS
macOS
Web
Linux
Windows
✔
✔
✔
✔
✔
✔
Usage #
Import the package with:
import 'package:windows_toast/windows_toast.dart';
copied to clipboard
Then, use the following code to display a toast notification in your onpressed function or wherever you want to display the toast notification:
WindowsToast.show(
'Hello, Windows Toast!',
context,
30,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.