wistia_video_player 1.2.0
wistia_video_player: ^1.2.0 copied to clipboard
Simple Flutter widget for embedding Wistia videos with full customization support
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wistia_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wistia_video_player: ^1.2.0Alternatively, 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_video_player/wistia_video_player.dart';