vimeo_player_flutter

Creator: coderz1093

Last updated:

0 purchases

vimeo_player_flutter Image
vimeo_player_flutter Images

Languages

Categories

Add to Cart

Description:

vimeo player flutter

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.