FLUTTER ECOSYSTEM

creativecreatorormaybenot/microphone

Flutter(현재 웹 전용) 마이크를 사용한 오디오 녹음용 플러그인입니다.

마이크 프로젝트 이미지
Stars
32
Forks
9
최근 푸시(UTC)
2025. 1. 3.
프로젝트 상태
활성
creativecreatorormaybenot GitHub avatar
언어DartRubyHTML

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Microphone GitHub stars Pub version Twitter Follow

Flutter (web-only at this moment) plugin for recording audio (using the microphone).

Getting started

To learn more about the plugin and getting started, you can view the main package (microphone) README.

Plugin structure

The microphone plugin uses the federated plugins approach.
For this plugin, it means that the basic API is defined using pigeon. The pigeon files can be found in the pigeons directory in the main package. The API is defined in Dart in the microphone_platform_interface package.
Furthermore, the Android and iOS implementations can be found in the main package, while the web implementation is in the microphone_web package.

The packages in this repo are the following:

Package Implementations
microphone Main plugin package
microphone_platform_interface Basic API definition & message handling
microphone_web Web implementation

Contributing

If you want to contribute to this plugin, follow the contributing guide.