wallpaper_manager icon indicating copy to clipboard operation
wallpaper_manager copied to clipboard

A Flutter plugin for changing the Home Screen, Lock Screen (or both) Wallpaper on Android devices.

Results 23 wallpaper_manager issues
Sort by recently updated
recently updated
newest added

I understand, that the package has issues with `Null Safety` check, but even if I tried to run with removing the check for null safety, I'm still getting errors. ![image](https://user-images.githubusercontent.com/71400605/215260551-036eb721-410f-4e94-80b6-321902547db9.png)...

Hello. Thank you @AdityaMulgundkar for this great plugin! Dart null safety has been around some time. So I decided to migrate this plugin. I have migrated the project to null...

please upgrade to null safety

When building app java:152: error: cannot find symbol String assetLookupKey = FlutterLoader.getInstance().getLookupKeyForAsset(assetPath);

**Platform used:** iOS 13.4.1 **Error thrown:** Exception has occurred. _CastError (type 'String' is not a subtype of type 'int' in type cast) **Method throwing error:** `setWallpaperFromFile()` **Cause:** final int result...

i am trying to set wallpaper without being scrolled here is my function ``` var data = jsonDecode(dat); var aspectRatio = data['aspectRatio']; if (data['type'] == 1) { try { String...

When I load low quality image (< 200 KB) it sets properly, but when I want to set larger image (600+ KB),sometimes it doesn't load image at all, at times...

Currently the performance is not very good, because the image decoding is done on unefficiently [here](https://github.com/AdityaMulgundkar/wallpaper_manager/blob/153c94139c8b9d9c089567b6cf6a4f02b156741b/android/src/main/java/com/mulgundkar/wallpaper_manager/WallpaperManagerPlugin.java#L126). The decoding happens on the main thread which hangs up the application. The solution...

The app gets hang as soon as the function for setting wallpaper is called, and works normally after setting the wallpaper, is there any fix for this.

I have updated the plugin for null-safety.