vimeo_player_flutter 0.1.0 copy "vimeo_player_flutter: ^0.1.0" to clipboard
vimeo_player_flutter: ^0.1.0 copied to clipboard

Vimeo Player Flutter package for Flutter apps. Compatible with both iOS and Android platforms.

vimeo_player_flutter plugin #

vimeo_player_flutter plugin provides vimeo player Flutter widget based on the webview_flutter plugin.

Getting Started #

Add this to your package's pubspec.yaml file:

dependencies:
  vimeo_player_flutter: ^0.1.0
copied to clipboard

Usage #

Then you just have to import the package with

import 'package:vimeo_player_flutter/vimeo_player_flutter.dart';
copied to clipboard

Example #

    Center(
        child: Column(
            children: [
            Container(
                height: 250,
                child: VimeoPlayer(
                videoId: videoId,
                ),
            ),
            ],
        ),
    ),
copied to clipboard

Issues #

Please feel free to let me know any issue regarding to this plugin.

30
likes
160
points
3.23k
downloads

Publisher

verified publisherprabhanu.com

Weekly Downloads

2024.09.16 - 2025.03.31

Vimeo Player Flutter package for Flutter apps. Compatible with both iOS and Android platforms.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on vimeo_player_flutter