vimeo_player_flutter 0.0.3+1 vimeo_player_flutter: ^0.0.3+1 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.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.