flutter_wallpaper 0.0.7
flutter_wallpaper: ^0.0.7 copied to clipboard
A Flutter plugin for managing device wallpapers on Android and iOS.
0.0.7 #
- Fix for Issue 1.
In
image_gallery_saver, build with GradleKotlinCompilerWorkAction.
- Updated the Flutter SDK constraint to
>=3.7.2 <4.0.0. - Updated the minimum Flutter version to
>=3.29.3. - Replaced
image_gallery_saver_pluswithflutter_image_gallery_saverdependency, now at version0.0.2. - Adjusted
ndkVersionto"27.0.12077973"inexample/android/app/build.gradle.
0.0.6 #
- Updated
image_gallery_savertoimage_gallery_saver_plusversion3.0.5.
- Replaced
ImageGallerySaver.saveImagewithImageGallerySaverPlus.saveImageinflutter_wallpaper.dart.
0.0.5 #
- Remove cached_network_image dependency
- Removed
cached_network_imagefrompubspec.yamldependencies. - 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_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.