FLUTTER ECOSYSTEM

ForgottenLight4415/flutter_background_video_recorder

Android用のFlutterプラグインで、バックグラウンドで動画を録画します。

flutter_background_video_recorder のプロジェクト画像
Stars
5
Forks
4
最終プッシュ(UTC)
2024/05/28
プロジェクト状態
公開中
Vishal Pednekar GitHub avatar
GITHUB User

Vishal Pednekar ↗

Full Stack Developer, Angular, React.JS, Flutter, DevOps

Blacksburg, VA, USA
言語JavaDart

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 4 件
  • flutter{"sdk":"flutter"}
  • plugin_platform_interface^2.0.2
  • flutter_test開発用{"sdk":"flutter"}
  • flutter_lints開発用^2.0.0

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

Flutter Background Video Recorder

A flutter plugin for Android to record videos in the background.

Getting Started

This simple plugin allows you to record videos in your Android app while the app is in background or the screen is locked or turned off.

Supported features (Android)

  • Supported on Android API 28 (Pie) and later
  • Video + audio recording in full HD (1080p)
  • Recording continues even if the app is in the background or closed
  • Recording continues even with the screen off or locked
  • Works with front as well as rear camera

Future additions

  • Audio only recorder
  • Camera preview when app is in the foreground
  • Flashlight

About iOS version

This plugin is not available for iOS platform. If someone manages to make it work with iOS, they can contribute to this package.

Any contributions/requests to add/improve features is much appreciated.

See example for implementation details