om_vimeo_player 0.0.1 copy "om_vimeo_player: ^0.0.1" to clipboard
om_vimeo_player: ^0.0.1 copied to clipboard

This package provide 1 fucntions. First is getting vimeo resource data.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:vimeo_player_example/widgets/video_widget.dart';


void main() {
  runApp(VimeoExample());
}


class VimeoExample extends StatefulWidget {
  const VimeoExample({super.key});

  @override
  State<VimeoExample> createState() => _VimeoExampleState();
}

class _VimeoExampleState extends State<VimeoExample> {

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        backgroundColor: Colors.grey,
        appBar: AppBar(toolbarHeight: 0),
        body: const VideoWidget(videoId: '899877810', accessKey: 'd83d133237fd6aa8c78760307719c021',),
      ),
    );
  }
}
1
likes
120
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

This package provide 1 fucntions. First is getting vimeo resource data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

chewie, flutter, flutter_web_plugins, http, video_player

More

Packages that depend on om_vimeo_player