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

Record any Flutter widget as MP4 video, GIF, or screenshot. Features touch visualization, automatic permission handling, simple API, and high-quality 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.5

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';
7
likes
130
points
196
downloads

Documentation

API reference

Publisher

verified publisherhadiapp.me

Weekly Downloads

Record any Flutter widget as MP4 video, GIF, or screenshot. Features touch visualization, automatic permission handling, simple API, and high-quality encoding. Supports Android (API 21+) and iOS (13+).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, image, path_provider

More

Packages that depend on widget_recorder_plus

Packages that implement widget_recorder_plus