cph-cachet / flutter-plugins

A collection of Flutter plugins developed by CACHET
551 stars 681 forks source link

[health 11.0.0] granular nutrition permissions #1034

Closed lukepighetti closed 2 months ago

lukepighetti commented 2 months ago

Right now if you ask for HealthDataType.NUTRITION on iOS it requests a lot of individual permissions. We only need Carbohydrates, Protein, Total Fat Simulator Screenshot - iPhone 15 Pro - 2024-09-04 at 09 56 41

lukepighetti commented 2 months ago

found granular permissions!

    HealthDataType.DIETARY_CARBS_CONSUMED: HealthDataAccess.READ_WRITE,
    HealthDataType.DIETARY_PROTEIN_CONSUMED: HealthDataAccess.READ_WRITE,