screen_capture 1.0.3
screen_capture: ^1.0.3 copied to clipboard
A Flutter plugin for screen recording on macOS and iOS, supporting system audio.
1.0.3 #
- Added
trimVideo()for trimming recordings to a specific time range. - Added native preview window with trim controls after recording stops.
- iOS: Saves recordings directly to Photos library.
- macOS: Saves recordings to Downloads folder.
- Added
PrivacyInfo.xcprivacyfor App Store compliance. - Bumped iOS minimum to 14.0, macOS minimum to 11.0.
1.0.2 #
- Added Swift Package Manager support for iOS and macOS.
- Migrated source files to SPM-compatible layout.
- Bumped minimum Flutter version to 3.24.0.
1.0.1 #
- Initial release with screen recording support for iOS and macOS.