codenameakshay / codenameakshay/async_wallpaper
Live Wallpaper Applied on Both Screen
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 26
- Forks
- 43
- Avg merge
- 18m
- Merged PRs (30d)
- 12
Description
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:
- 3.16.3
- channel stable
Dart:
- 3.2.3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the AsyncWallpaper.setLiveWallpaper call and the Android/Kotlin implementation behind it; the payload names no source file or test. Reproduce the Home Screen case with the stated Flutter and Dart versions, then confirm that selecting Home applies the wallpaper only to the Home Screen and not the Lock Screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, dart, flutter, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100