mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
854 B
34 lines
854 B
android_sdk_config:
|
|
add_gradle_deps: true
|
|
android_example: 'example/'
|
|
|
|
summarizer:
|
|
backend: asm
|
|
|
|
suspend_fun_to_async: true
|
|
|
|
output:
|
|
c:
|
|
library_name: health_connect
|
|
path: src/health_connect/
|
|
dart:
|
|
path: lib/health_connect.dart
|
|
structure: single_file
|
|
|
|
class_path:
|
|
- 'classes.jar'
|
|
classes:
|
|
- 'androidx.health.connect.client.HealthConnectClient'
|
|
- 'androidx.health.connect.client.PermissionController'
|
|
- 'androidx.health.connect.client.records.StepsRecord'
|
|
- 'androidx.health.connect.client.time'
|
|
- 'android.content.Context'
|
|
- 'android.content.Intent'
|
|
- 'android.app.Activity'
|
|
- 'java.time.Instant'
|
|
- 'java.lang.Long'
|
|
- 'java.util.Set'
|
|
- 'androidx.health.connect.client.request'
|
|
- 'androidx.health.connect.client.aggregate.AggregationResult'
|
|
- 'androidx.health.connect.client.aggregate.AggregateMetric'
|