device_wallpaper_flutter 1.0.1
device_wallpaper_flutter: ^1.0.1 copied to clipboard
A Flutter plugin to get device wallpaper, supporting static and live wallpapers on Android.
1.0.1 #
- Fix version conflict issue for initial release
1.0.0 #
- Major refactor: Renamed package from
wallpaper_plugintodevice_wallpaper_flutter - Updated class names from
WallpaperPlugintoDeviceWallpaperFlutter - Improved code structure and organization
- Updated all references and imports throughout the codebase
- Fixed example app tests
- Updated documentation and examples
- Ready for initial stable release
0.0.1 #
- Initial release of device_wallpaper_flutter
- Support for getting device wallpaper on Android
- Support for both static and live wallpapers
- Returns wallpaper as Uint8List bytes
- Handles permissions for accessing media files
- Provides example app demonstrating usage
- Compatible with Flutter 3.3.0+