Flutter
Thryve provides Flutter SDK and modules that are using the Thryve native SDKs.
Configuration of projects
...
dependencies:
flutter:
sdk: flutter
thryve_sdk:
path: plugin/thryve_sdk // required for all integrations
module_shealth:
path: plugin/module_shealth // optional, required for Samsung Health integration
module_health_connect:
path: plugin/module_health_connect // optional, required for Health Connect integration
module_apple_health:
path: plugin/module_apple_health // optional, required for Apple Healthkit integration
module_shen_ai:
path: plugin/module_shen_ai // optional, required for ShenAI integration
...Last updated

