flutter_app_badger_tizen

pub package

Discontinued

This project has been discontinued, and will not receive further updates. If you need any features related to this project, please request to here.


The Tizen implementation of flutter_app_badger.

Usage

This package is not an endorsed implementation of flutter_app_badger. Therefore, you have to include flutter_app_badger_tizen alongside flutter_app_badger as dependencies in your pubspec.yaml file.

dependencies:
 flutter_app_badger: ^1.5.0
 flutter_app_badger_tizen: ^0.1.2

Then you can import flutter_app_badger in your Dart code:

import 'package:flutter_app_badger/flutter_app_badger.dart';

For detailed usage, see https://pub.dev/packages/flutter_app_badger#getting-started.

Required privileges

To use this plugin, you need to declare privileges in tizen-manifest.xml of your application.

<privileges>
  <privilege>http://tizen.org/privilege/notification</privilege>
</privileges>

Supported devices

  • Galaxy Watch series (running Tizen 5.5)

Notes

You need to declare the following feature in your tizen-manifest.xml if you plan to release your app on the app store (to enable feature-based filtering).

<feature name="http://tizen.org/feature/badge"/>

Libraries