kinestex_sdk_flutter 1.5.1
kinestex_sdk_flutter: ^1.5.1 copied to clipboard
KinesteX AI provides personal AI Fitness and Physio to your clients
1.5.0 #
apiKeyis now optional inKinesteXAIFramework.initialize(). To use the session-token flow, omit the API key and pass the session id viacustomParamson any create*View call, e.g.customParams: {'session': '<sessionId>'}— the API key then never has to live in the app. The legacy API-key flow is unchanged (keep passingapiKeyand nothing else changes).