wistia_player 0.0.3 copy "wistia_player: ^0.0.3" to clipboard
wistia_player: ^0.0.3 copied to clipboard

Flutter package for playing or streaming inline Wistia videos using the official iFrame player API. This plugin supports both Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wistia_player
copied to clipboard

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

dependencies:
  wistia_player: ^0.0.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:wistia_player/wistia_player.dart';
copied to clipboard
1
likes
120
points
39
downloads

Publisher

verified publishersailscasts.com

Weekly Downloads

2024.09.26 - 2025.04.10

Flutter package for playing or streaming inline Wistia videos using the official iFrame player API. This plugin supports both Android and iOS.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on wistia_player