fluvie_mobile_encoder 0.1.9 copy "fluvie_mobile_encoder: ^0.1.9" to clipboard
fluvie_mobile_encoder: ^0.1.9 copied to clipboard

Render Fluvie videos to MP4 fully on-device on Android and iOS using the platform's native hardware encoder, with no FFmpeg and no server.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluvie_mobile_encoder

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

dependencies:
  fluvie_mobile_encoder: ^0.1.9

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:fluvie_mobile_encoder/fluvie_mobile_encoder.dart';
1
likes
120
points
551
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Render Fluvie videos to MP4 fully on-device on Android and iOS using the platform's native hardware encoder, with no FFmpeg and no server.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#video #rendering #android #ios

License

MIT (license)

Dependencies

flutter, fluvie, http, meta, riverpod

More

Packages that depend on fluvie_mobile_encoder

Packages that implement fluvie_mobile_encoder