xtravision_flutter_sdk 0.12.0
xtravision_flutter_sdk: ^0.12.0 copied to clipboard
A XtraVision Flutter package for integrating Flutter App with XtraVision SaaS platform. Currently support Android and IOS Platform.
Change Log #
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.12.0 #
- (sdk/update) Introducing support for changing the skeleton color.
- (sdk/update) Added support for the side-flag, enabling the retrieval of human body direction (left/front/right) in the response.
0.11.0 #
- (sdk/update) Added provision to shuffle prod/staging url.
0.10.0 #
- (sdk/fix) Upgrade internal packages and update codebase.
- (demo-app/fix) Upgrade internal packages and update codebase.
- (sdk/feat) Added
isPreJoin
support. (Breaking changes in API. Plz check ReadMe file, how to addeventData
in existing API)
0.9.0 #
- (demo-app/fix) Added default assessments.
- (demo-app/fix) Show Assessment name and relevant data on UI.
- (demo-app/fix) Added view for cardio(intensity_meter) and textbox Assessment name and relevant data on UI.
0.8.0 #
- (sdk/fix) Skeleton proper alignment in ios platform.
0.7.0 #
- (sdk/update) Enable landscape mode support.
- (sdk/update) Update google-ml-kit
- (demo-app/update) Update app ui.
0.6.0 #
- (update) Enable IOS support and update document for IOS.
0.5.0 #
- (update) Added Skeleton view along with configuration.
0.4.0 #
- (fix: demo-app) Show server response at UI.
- (fix) camera working properly with landscape mode.
- (fix) Code formatted using
dart format
command.
0.3.0 #
- (fix) add assessment-config and user-config in query params.
- (fix) Camera pause/resume when app is running in background/foreground.
- (fix) remove unused files.
0.2.0 #
- (fix) Disable Camera when app is running in the background.
- (update) Add documentation.
- (fix) Remove unnecessary logs.
0.1.0 #
- (feat) Initial release with MVP.