Home > database >  Making the background of Flutter app project to the device's background
Making the background of Flutter app project to the device's background

Time:09-11

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 ^_^

CodePudding user response:

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

  • Related