mb_background_video_recorder 0.0.1
mb_background_video_recorder: ^0.0.1 copied to clipboard
A Flutter plugin for recording videos in the background and even when the app is terminated.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mb_background_video_recorderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mb_background_video_recorder: ^0.0.1Alternatively, 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:mb_background_video_recorder/mb_bvr.dart';
import 'package:mb_background_video_recorder/mb_bvr_channel.dart';
import 'package:mb_background_video_recorder/mb_bvr_platform_interface.dart';