quick_notify_2

Last updated:

0 purchases

quick_notify_2 Image
quick_notify_2 Images
Add to Cart

Description:

quick notify 2

quick_notify #
A cross-platform (Android/iOS/Web/Windows/macOS/Linux) notification plugin for Flutter
Usage #
Handle permisson #
var hasPermission = await QuickNotify.hasPermission();
print('hasPermission $hasPermission');
copied to clipboard
var requestPermission = await QuickNotify.requestPermission();
print('requestPermission $requestPermission');
copied to clipboard
Post notification #
await QuickNotify.notify(
title: 'My title',
content: 'My content',
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.