slowmo_video_recorder 0.0.4 copy "slowmo_video_recorder: ^0.0.4" to clipboard
slowmo_video_recorder: ^0.0.4 copied to clipboard

PlatformiOS

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 an AVCaptureVideoPreviewLayer 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 to startRecording() 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.
0
likes
150
points
116
downloads

Publisher

unverified uploader

Weekly Downloads

Pure-Dart API for high-frame-rate (slow-motion) video recording on iOS.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on slowmo_video_recorder