codenameakshay / async_wallpaper

https://pub.dev/packages/async_wallpaper
MIT License
23 stars 19 forks source link

Live Wallpaper Applied on Both Screen #33

Open ubaidxdev opened 7 months ago

ubaidxdev commented 7 months ago

I'm facing an issue when implementing live wallpaper on my mobile using the method result = await AsyncWallpaper.setLiveWallpaper(filePath: file.path,goToHome: true,toastDetails: ToastDetails.success(),errorToastDetails: ToastDetails.error(),) But the problem I'm facing here when I apply the wallpaper on Home Screen, instead of applying only on the home screen it applies the wallpaper on both Screen i.e. Home and Lock Screen.

how I can fix this if anyone knows please tell me

Flutter:

Dart: