flutter_meta_wearables_dat 0.2.1
flutter_meta_wearables_dat: ^0.2.1 copied to clipboard
Flutter bridge to Meta's Wearables DAT for iOS and Android.
0.2.1 #
- Add AI coding agent configs (
AGENTS.md, Claude Code, Cursor, Copilot) withinstall-skills.shinstaller.
0.2.0 #
- BREAKING: Update to DAT SDK 0.5.0 on iOS and Android.
startStreamSession()gainsvideoCodecand newVideoCodec:raw(default, foreground-only) orhvc1(compressed HEVC, background-friendly, iOS only).- New
streamSessionStateStream()andstreamSessionErrorStream()to observe session lifecycle (stopped, streaming, paused, …) and errors such as thermal limits; addsStreamSessionStateandStreamSessionError. capturePhoto()gainsformatand newPhotoCaptureFormat:heicorjpeg(defaultjpeg).- Android: Photo capture failures use typed
CaptureError(e.g. DeviceDisconnected, NotStreaming, CaptureInProgress, CaptureFailed). - High-resolution streaming at 720×1280 works reliably on both platforms.
0.1.2 #
- Add
captureStreamFramemethod.
0.1.1 #
- Add performance optimizations.
0.1.0 #
- Implement Texture API for streaming optimization.
- Add
streamQualityparameter. - Improve documentation and example app.
0.0.3 #
- Fix demo gif in README.
0.0.2 #
- Improve pub.dev package page.
0.0.1 #
- Initial release.