codenameakshay / codenameakshay/async_wallpaper

Live Wallpaper Applied on Both Screen

Open
#33 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.