vimeo_native_player 1.0.0
vimeo_native_player: ^1.0.0 copied to clipboard
Play Vimeo videos natively in Flutter with no WebView. Resolves any Vimeo link to a direct HLS or MP4 stream, so autoplay, captions and fullscreen work like any other native video.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vimeo_native_playerWith Flutter:
$ flutter pub add vimeo_native_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vimeo_native_player: ^1.0.0Alternatively, 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:vimeo_native_player/vimeo_native_player.dart';