vital_flutter
This package is now deprecated. To improve user experience we have separated the functionality of this package into separate packages.
The new packages are:
- vital_core holds common
components to both
vital_healthandvital_devices. Among other things, it has the network layer that allows us to send data from a device to a server. - vital_health is an abstraction over HealthKit an Health Connect(coming soon)
- vital_devices is an abstraction over a set of Bluetooth devices.
Documentation
For more example usage run the sample app with your API key and Region set in main.dart.
Please refer to the official Vital docs provide a full reference on using
this library.
License
vital-flutter is available under the AGPLv3 license. See the LICENSE file for more info. VitalDevices is under
the Adept Labs Enterprise Edition (EE) license (the “EE License”). Please refer to its license inside its folder.
Libraries
- environment
- platform/data/permission_outcome
- platform/data/sync_data
- platform/healthkit_resource
- platform/healthkit_services
- region
- services/activity_service
- services/body_service
- services/data/activity
- services/data/body
- services/data/link
- services/data/profile
- services/data/sleep
- services/data/testkits
- services/data/user
- services/data/vitals
- services/data/workout
- services/link_service
- services/profile_service
- services/sleep_service
- services/testkits_service
- services/user_service
- services/utils/http_api_key_interceptor
- services/utils/http_logging_interceptor
- services/utils/json_serializable_converter
- services/vitals_service
- services/workout_service
- vital_client
- vital_flutter