tizen_app_manager 0.2.3 copy "tizen_app_manager: ^0.2.3" to clipboard
tizen_app_manager: ^0.2.3 copied to clipboard

Tizen application manager APIs. Used to get app info and app running context on a Tizen device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tizen_app_manager
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tizen_app_manager: ^0.2.3
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tizen_app_manager/tizen_app_manager.dart';
copied to clipboard
1
likes
130
points
76
downloads

Publisher

verified publishertizen.org

Weekly Downloads

2024.09.14 - 2025.03.29

Tizen application manager APIs. Used to get app info and app running context on a Tizen device.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, flutter, tizen_interop

More

Packages that depend on tizen_app_manager