tizen_notification 0.2.0 copy "tizen_notification: ^0.2.0" to clipboard
tizen_notification: ^0.2.0 copied to clipboard

Tizen notification APIs. Used to show and delete notifications on a Tizen device.

tizen_notification #

pub package

Tizen notification APIs. Used to show and delete notifications on a Tizen device.

Usage #

To use this plugin, add tizen_notification as a dependency in your pubspec.yaml file:

dependencies:
  tizen_notification: ^0.2.0

Then you can import tizen_notification in your Dart code:

import 'package:tizen_notification/tizen_notification.dart';

TizenNotificationPlugin plugin = TizenNotificationPlugin();
await plugin.show(1, title: 'Title', body: 'Body');

Required privileges #

To use this plugin, you need to declare the following privileges in tizen-manifest.xml.

<privileges>
  <privilege>http://tizen.org/privilege/notification</privilege>
  <!--To launch an application by app_control handler-->
  <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
</privileges>
1
likes
100
pub points
0%
popularity

Publisher

verified publishertizen.org

Tizen notification APIs. Used to show and delete notifications on a Tizen device.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, tizen_app_control

More

Packages that depend on tizen_notification