yanncabral / open_settings_plus

The most complete flutter plugin packages for open various settings screen in Android and newer iOS.
MIT License
18 stars 13 forks source link

fix(ios): update health settings for iOS and bump version to 0.3.1 #9

Closed yanncabral closed 7 months ago

yanncabral commented 7 months ago

Title: Fix HealthKit setting issue for iOS and Upgrade to Version 0.3.1

Hello,

This Pull Request contains a few changes:

  1. 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.

  2. I've added a new tile in our main.dart file by implementing ListTile widget to open the health kit setting when tapped.

  3. 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.

  4. 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.