flutter_smkit 1.0.2
flutter_smkit: ^1.0.2 copied to clipboard
Flutter plugin for Sency SMKit (no-UI) — session/detection lifecycle and data streams for custom UI.
1.0.2 #
- Fix: send
phoneCalibrationevent to Flutter from thetiltDidChangecallback (iOS).
1.0.1 #
- Fix: rename iOS podspec file to
flutter_smkit.podspecto match the package name (CocoaPods requirement).
1.0.0 #
- Initial release.
- iOS support: session/detection lifecycle via
SMKitFlowManager(SMKit 1.5.1). - Android support: session/detection lifecycle via SMKit 1.5.0.
SmKit.configure— one-time SDK auth/configuration.SmKit.startSession/SmKit.stopSession— camera and session lifecycle.SmKit.startDetection/SmKit.stopDetection— per-exercise detection with ROM range.SmKit.sessionEventStream— stream of detection data, rep data, static position data, body calibration, errors, and camera state events.SmKitCameraView— platform view widget for camera preview.SmKit.setFeedbacksToExcludeandSmKit.setConfigString— runtime configuration helpers.