tizen_interop 0.4.1 copy "tizen_interop: ^0.4.1" to clipboard
tizen_interop: ^0.4.1 copied to clipboard

Dart bindings for Tizen native APIs, powered by ffigen.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tizen_interop
copied to clipboard

With Flutter:

 $ flutter pub add tizen_interop
copied to clipboard

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

dependencies:
  tizen_interop: ^0.4.1
copied to clipboard

Alternatively, your editor might support dart pub get or 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_interop/6.0/tizen.dart';
import 'package:tizen_interop/6.5/tizen.dart';
import 'package:tizen_interop/7.0/tizen.dart';
import 'package:tizen_interop/8.0/tizen.dart';
import 'package:tizen_interop/9.0/tizen.dart';
copied to clipboard
3
likes
140
points
2.44k
downloads

Publisher

verified publishertizen.org

Weekly Downloads

2024.09.13 - 2025.03.28

Dart bindings for Tizen native APIs, powered by ffigen.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

ffi

More

Packages that depend on tizen_interop