widget_recorder_plus 1.0.2 copy "widget_recorder_plus: ^1.0.2" to clipboard
widget_recorder_plus: ^1.0.2 copied to clipboard

Record any Flutter widget as MP4 video with audio. Features automatic permission handling, simple 3-line API, and high-quality H.264 encoding. Supports Android (API 21+) and iOS (13+).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_recorder_plus

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

dependencies:
  widget_recorder_plus: ^1.0.2

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_recorder_plus/widget_recorder_plus.dart';
6
likes
140
points
337
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Record any Flutter widget as MP4 video with audio. Features automatic permission handling, simple 3-line API, and high-quality H.264 encoding. Supports Android (API 21+) and iOS (13+).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on widget_recorder_plus

Packages that implement widget_recorder_plus