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

Record any Flutter widget as MP4 video with a simple API. Perfect for creating tutorials, demos, and exporting animated content. 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.0

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';
0
likes
160
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

Record any Flutter widget as MP4 video with a simple API. Perfect for creating tutorials, demos, and exporting animated content. Supports Android (API 21+) and iOS (13+).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider

More

Packages that depend on widget_recorder_plus

Packages that implement widget_recorder_plus