jitsi_meet_platform_interface 1.0.0 copy "jitsi_meet_platform_interface: ^1.0.0" to clipboard
jitsi_meet_platform_interface: ^1.0.0 copied to clipboard

outdated

A common platform interface for the jitsi meet plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jitsi_meet_platform_interface
copied to clipboard

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

dependencies:
  jitsi_meet_platform_interface: ^1.0.0
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:jitsi_meet_platform_interface/jitsi_meet_platform_interface.dart';
copied to clipboard
4
likes
20
points
476
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

A common platform interface for the jitsi meet plugin.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on jitsi_meet_platform_interface