vimeo_embed_webview_player 0.0.6 copy "vimeo_embed_webview_player: ^0.0.6" to clipboard
vimeo_embed_webview_player: ^0.0.6 copied to clipboard

A Flutter package for embedding Vimeo videos using WebView with autoplay and customization support for iOS and macOS.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:vimeo_embed_webview_player/vimeo_embed_webview_player.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        // appBar: AppBar(title: const Text('Vimeo Player Example')),
        body: const VimeoEmbedWebviewPlayerScreen(
          vimeoURL: 'https://vimeo.com/1051061734',
        ),
      ),
    );
  }
}
2
likes
150
points
45
downloads

Publisher

verified publishermsarweb.com

Weekly Downloads

A Flutter package for embedding Vimeo videos using WebView with autoplay and customization support for iOS and macOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on vimeo_embed_webview_player