Issue
I am creating a launcher app with Flutter. But i want the launcher's background is match with the device's background. Like in another launchers in Play Store. How can I do it? Please answer. :)
I tried Color.transparent
but it is just making the black background.
Then I Googled the my question but i didn't find the answer that I am looking.
That's it ^_^
Solution
im not so sure if its possible with flutter.. you might have to go native.. check the official documentation on how to communicate with the native platform then maybe check out the suggestion on this on how to get the wallpaper
Answered By - Danny
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)