windows_toast 0.0.1 copy "windows_toast: ^0.0.1" to clipboard
windows_toast: ^0.0.1 copied to clipboard

A simple flutter package designed to display toast notifications in Windows applications.

windows_toast #

pub package style: lint

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';

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,
);
1
likes
0
pub points
44%
popularity

Publisher

verified publisherayimenlatheef.online

A simple flutter package designed to display toast notifications in Windows applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on windows_toast