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

feat(ios): "update core dependencies and add wallpaper settings feature" #8

Closed yanncabral closed 7 months ago

yanncabral commented 7 months ago

Title: Update CocoaPods version and Add Wallpaper Settings Functionality

Summary:

This pull request updates the version of CocoaPods used from 1.14.3 to 1.15.2 in the iOS Podfile. Furthermore, it introduces the feature to open the [Wallpaper settings directly from the application by adding respective ListTile for this function in example/lib/main.dart.

Lastly, various dependencies have been updated in the pubspec.lock file and a new function wallpapers() for opening wallpaper settings in lib/core/open_settings_plus_ios.dart has been added.

Changes:

Remarks: Testing has been carried out for these updates and the code is ready to be reviewed and merged. Please let me know if further changes are needed.