slowmo_video_recorder 0.0.4
slowmo_video_recorder: ^0.0.4 copied to clipboard
Pure-Dart API for high-frame-rate (slow-motion) video recording on iOS.
0.0.1 #
Initial release of slowmo video recorder. iOS implementation only.
0.0.2 #
Fixed critical issue in package that prevented recording success. Added example app.
0.0.3 #
Added live camera preview support:
SlowmoCameraPreview
widget renders anAVCaptureVideoPreviewLayer
on iOS.- Example app updated to show the preview and playback interchangeably.
- Internals: platform view factory & session reuse on the iOS side.
0.0.4 #
Bug fixes and new features:
- NEW: Added
includeAudio
parameter tostartRecording()
method to optionally exclude audio from recordings. - FIXED: Camera indicator now properly turns off when leaving the page or disposing the recorder.
- NEW: Added
dispose()
method to properly clean up camera resources. - IMPROVED:
SlowmoCameraPreview
now properly disposes camera session when widget is disposed. - IMPROVED: Better audio input management - prevents duplicate audio inputs and allows toggling audio on/off.