krokyze / FitKit

Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
BSD 2-Clause "Simplified" License
98 stars 73 forks source link

FitKit is showing HealthKit/GoogleFit permissions one by one, not all in one dialog. #57

Open Ahsanwarsi opened 4 years ago

Ahsanwarsi commented 4 years ago

Using this function to initiate permissions:FitKit.requestPermissions(DataType.values)

This is how it is been shown: Simulator Screen Shot - X - 2020-07-20 at 15 24 24 Simulator Screen Shot - X - 2020-07-20 at 15 24 37

Ahsanwarsi commented 4 years ago

@krokyze Can you please address this issue.