1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-13 10:59:04 +00:00
Files
samples/experimental/pedometer/jnigen.yaml
Hossein Yousefi aff3b0979e Update pedometer to jni and jnigen:0.5.0 (#1863)
Updates the pedometer sample to the latest version of jni and jnigen.
2023-06-02 09:12:44 +02:00

28 lines
782 B
YAML

android_sdk_config:
add_gradle_deps: true
add_gradle_sources: true
android_example: 'example/'
suspend_fun_to_async: true
output:
c:
library_name: health_connect
path: src/health_connect/
dart:
path: lib/health_connect.dart
structure: single_file
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'
- 'androidx.health.connect.client.request'
- 'androidx.health.connect.client.aggregate.AggregationResult'
- 'androidx.health.connect.client.aggregate.AggregateMetric'