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

PlatformWindows

A Flutter plugin for Windows Notification Service (WNS), supporting toast notifications and raw push notifications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wns_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  wns_flutter: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wns_flutter/wns_flutter.dart';
0
likes
160
points
98
downloads

Publisher

verified publishernuripeace.com

Weekly Downloads

A Flutter plugin for Windows Notification Service (WNS), supporting toast notifications and raw push notifications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wns_flutter

Packages that implement wns_flutter