Title: Fix HealthKit setting issue for iOS and Upgrade to Version 0.3.1
Hello,
This Pull Request contains a few changes:
I've fixed the problematic health settings for iOS in the HealthKit section. The previous message sent by 'healthKit' function was not opening the appropriate iOS setting. I have now updated it to send 'App-prefs:HEALTH&path=SOURCES' which successfully opens up the correct setting screen.
I've added a new tile in our main.dart file by implementing ListTile widget to open the health kit setting when tapped.
The version of the package in the pubsec.yaml file has been upgraded from 0.3.0 to 0.3.1 to reflect these changes.
These changes have also been reflected in the CHANGELOG.md file for end user visibility.
I kindly request you to review these changes and provide your approval or feedback.
Title: Fix HealthKit setting issue for iOS and Upgrade to Version 0.3.1
Hello,
This Pull Request contains a few changes:
I've fixed the problematic health settings for iOS in the HealthKit section. The previous message sent by 'healthKit' function was not opening the appropriate iOS setting. I have now updated it to send 'App-prefs:HEALTH&path=SOURCES' which successfully opens up the correct setting screen.
I've added a new tile in our main.dart file by implementing ListTile widget to open the health kit setting when tapped.
The version of the package in the pubsec.yaml file has been upgraded from 0.3.0 to 0.3.1 to reflect these changes.
These changes have also been reflected in the CHANGELOG.md file for end user visibility.
I kindly request you to review these changes and provide your approval or feedback.
Thank you.