vimeo_player_flutter 0.0.3+1 copy "vimeo_player_flutter: ^0.0.3+1" to clipboard
vimeo_player_flutter: ^0.0.3+1 copied to clipboard

outdated

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.0.3

Usage #

Then you just have to import the package with

import 'import package:vimeo_player_flutter/vimeo_player_flutter.dart'

Example #

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

Issues #

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

27
likes
0
pub points
93%
popularity

Publisher

verified publisherprabhanu.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, webview_flutter

More

Packages that depend on vimeo_player_flutter