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

Platformweb

A Flutter web package for video compression and format conversion using FFmpeg WebAssembly

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_web_compressor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  video_web_compressor: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:video_web_compressor/video_web_compressor.dart';
1
likes
150
points
92
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter web package for video compression and format conversion using FFmpeg WebAssembly

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, logger, web

More

Packages that depend on video_web_compressor

Packages that implement video_web_compressor