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:
Updated CocoaPods version to 1.15.2 from 1.14.3 in iOS Podfile.
Introduced direct opening of Wallpaper Settings from the app by adding the ListTile in 'example/lib/main.dart'.
Updated various dependencies in the pubspec.lock file.
Added new function wallpapers() in lib/core/open_settings_plus_ios.dart for opening wallpaper settings.
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.
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 inexample/lib/main.dart
.Lastly, various dependencies have been updated in the pubspec.lock file and a new function
wallpapers()
for opening wallpaper settings inlib/core/open_settings_plus_ios.dart
has been added.Changes:
wallpapers()
inlib/core/open_settings_plus_ios.dart
for opening wallpaper settings.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.