widget_record_video 1.0.1 copy "widget_record_video: ^1.0.1" to clipboard
widget_record_video: ^1.0.1 copied to clipboard

A powerful Flutter plugin for recording MP4 video directly from a widget. This plugin leverages FFmpeg and AVFoundation on iOS and MediaCodec on Android

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_record_video

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

dependencies:
  widget_record_video: ^1.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:widget_record_video/widget_record_video.dart';
17
likes
160
points
61
downloads

Publisher

verified publisherkullhi.id.vn

Weekly Downloads

A powerful Flutter plugin for recording MP4 video directly from a widget. This plugin leverages FFmpeg and AVFoundation on iOS and MediaCodec on Android

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffmpeg_kit_flutter_video, flutter, flutter_quick_video_encoder_fork, path_provider, plugin_platform_interface

More

Packages that depend on widget_record_video