wakelock_tizen 1.0.2 copy "wakelock_tizen: ^1.0.2" to clipboard
wakelock_tizen: ^1.0.2 copied to clipboard

discontinuedreplaced by: wakelock_plus_tizen

Tizen implementation of the wakelock plugin.

wakelock_tizen #

pub package

The Tizen implementation of wakelock.

Usage #

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

dependencies:
  wakelock: ^0.6.2
  wakelock_tizen: ^1.0.2
copied to clipboard

Then you can import wakelock in your Dart code:

import 'package:wakelock/wakelock.dart';
copied to clipboard

For detailed usage, see https://pub.dev/packages/wakelock#usage.

Required privileges #

To use the wakelock plugin in a Tizen application, the display privilege must be added in your tizen-manifest.xml file. If you don't know where to place the privilege, see the example/tizen/tizen-manifest.xml file.

<privileges>
  <privilege>http://tizen.org/privilege/display</privilege>
</privileges>
copied to clipboard

Supported devices #

  • Galaxy Watch series (running Tizen 4.0 or later)
0
likes
120
points
39
downloads

Publisher

verified publishertizen.org

Weekly Downloads

2024.09.16 - 2025.03.31

Tizen implementation of the wakelock plugin.

Documentation

API reference

License

unknown (license)

Dependencies

flutter, wakelock_platform_interface

More

Packages that depend on wakelock_tizen