Last updated:
0 purchases
flutter app badger tizen
flutter_app_badger_tizen #
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.0
copied to clipboard
Then you can import flutter_app_badger in your Dart code:
import 'package:flutter_app_badger/flutter_app_badger.dart';
copied to clipboard
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>
copied to clipboard
Supported devices #
Galaxy Watch series (running Tizen 4.0 or later)
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"/>
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.