widget_recorder_plus 1.0.2
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_plusThis 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.2Alternatively, 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';