miniav_recorder 0.4.5
miniav_recorder: ^0.4.5 copied to clipboard
High-level multi-source A/V recorder built on miniav + miniav_tools. Sync screen/camera/mic/loopback into MP4/MKV files or chunked streams.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add miniav_recorderWith Flutter:
$ flutter pub add miniav_recorderThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
miniav_recorder: ^0.4.5Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:miniav_recorder/miniav_recorder.dart';