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

Usage #

Then you just have to import the package with

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
140
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, webview_flutter

More

Packages that depend on vimeo_player_flutter