fluvie_web_encoder 0.1.9
fluvie_web_encoder: ^0.1.9 copied to clipboard
Render Fluvie videos to MP4 fully in the browser with ffmpeg.wasm. Opt-in, so apps that only use the render API or mobile encoders stay light.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluvie_web_encoderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluvie_web_encoder: ^0.1.9Alternatively, 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:fluvie_web_encoder/fluvie_web_encoder.dart';