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

A Flutter plugin for video recording with file size, duration, resolution, and bitrate limits.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add limited_video_recorder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  limited_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:limited_video_recorder/limited_video_recorder.dart';
2
likes
140
points
17
downloads

Publisher

verified publishersaeedqasemi.ir

Weekly Downloads

A Flutter plugin for video recording with file size, duration, resolution, and bitrate limits.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on limited_video_recorder

Packages that implement limited_video_recorder