flutter_wallpaper 0.0.4
flutter_wallpaper: ^0.0.4 copied to clipboard
A Flutter plugin for managing device wallpapers on Android and iOS.
0.0.4 #
- feat: 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 #
- feat: Update dependencies and enhance error handling
- Updated
flutter_cache_managerto version3.4.1. - Updated
cached_network_imageto version3.4.1. - Updated
image_gallery_saverto version2.0.3. - Improved error handling for
getWallPaperHeight,getWallPaperWidth, andgetWallPaperSizemethods to throw exceptions when encountering issues instead of returning null.