recaster 0.1.1
recaster: ^0.1.1 copied to clipboard
Desktop Flutter plugin for recording the current app window on macOS, Windows, and Linux.
0.1.1 #
- Lowered minimum Dart SDK to
>=3.0.0 <4.0.0. - Updated minimum Flutter SDK to
>=3.10.0.
0.1.0 #
- Windows output switched to MP4 (Media Foundation).
0.0.1 #
- Added screen recording API:
startRecording,stopRecording,isRecording. - Added macOS internal recording implementation for app window capture.
- Added Windows internal app-window recording implementation (AVI output).
- Added Linux internal app-window recording implementation (AVI output).
- Added
resolutionDivisorinstartRecordingto reduce output resolution.