Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.