fluvie_web_encoder 0.1.8
fluvie_web_encoder: ^0.1.8 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 Dart:
$ dart pub add fluvie_web_encoderWith Flutter:
$ flutter pub add fluvie_web_encoderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fluvie_web_encoder: ^0.1.8Alternatively, 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:fluvie_web_encoder/fluvie_web_encoder.dart';