flutter_wallpaper 0.0.5 flutter_wallpaper: ^0.0.5 copied to clipboard
A Flutter plugin for managing device wallpapers on Android and iOS.
0.0.5 #
- Remove cached_network_image dependency
- Removed
cached_network_image
frompubspec.yaml
dependencies. - Removed unused dependency from the project.
0.0.4 #
- Update example app and refactor wallpaper management
- Updated the example app to display and fetch wallpaper details, such as height, width, and size.
- Refactored wallpaper management constants to use camelCase:
homeScreen
,lockScreen
, andbothScreen
. - Refactored code to use debugPrint.
- Added error handling for wallpaper operations.
- Added error message if getting the platform version fails.
0.0.3 #
- fix README.md
0.0.2 #
- Update dependencies and enhance error handling
- Updated
flutter_cache_manager
to version3.4.1
. - Updated
cached_network_image
to version3.4.1
. - Updated
image_gallery_saver
to version2.0.3
. - Improved error handling for
getWallPaperHeight
,getWallPaperWidth
, andgetWallPaperSize
methods to throw exceptions when encountering issues instead of returning null.