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:
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: