mb_background_video_recorder 0.0.1 copy "mb_background_video_recorder: ^0.0.1" to clipboard
mb_background_video_recorder: ^0.0.1 copied to clipboard

PlatformAndroid

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_recorder

This 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.1

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: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';
4
likes
150
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for recording videos in the background and even when the app is terminated.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on mb_background_video_recorder

Packages that implement mb_background_video_recorder