vk_video 0.0.1
vk_video: ^0.0.1 copied to clipboard
The vk_video package provides a simple and efficient way to integrate VK Video playback into your Flutter applications. With support for the VK Video API, this package allows you to easily embed and c [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vk_video
With Flutter:
$ flutter pub add vk_video
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
vk_video: ^0.0.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vk_video/vk_video.dart';