FLUTTER ECOSYSTEM

ForgottenLight4415/flutter_background_video_recorder

Android용 플러터 플러그인으로 백그라운드에서 비디오를 녹화합니다.

flutter_background_video_recorder 프로젝트 이미지
Stars
5
Forks
4
최근 푸시(UTC)
2024. 5. 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