messageport_tizen 0.3.2 messageport_tizen: ^0.3.2 copied to clipboard
A Flutter plugin that allows communication between multiple applications on Tizen using Tizen Message Port.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add messageport_tizen
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
messageport_tizen: ^0.3.2
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:messageport_tizen/messageport_tizen.dart';