I'm creating a wallpaper app and I want to change the device wallpaper (like the Home and lock screen wallpaper). I'm showing lots of sites and videos but I didn't get answers properly. Can you please guys help me step by step process.
Asked
Active
Viewed 1,469 times
1 Answers
0
In android you can change wallpaper of device lock screen and home screen both by using this package in flutter.
You can use of this package for ios also

Jay Limbani
- 134
- 5
-
Whenever using this package get this error while running app **Error: Cannot run with sound null safety, because the following dependencies don't support null safety:** – Abhi S Jun 29 '22 at 07:07
-
https://pub.dev/packages/async_wallpaper. You can use this wallpaper as well also – Jay Limbani Jun 29 '22 at 07:13
-
https://pub.dev/packages/wallpaper_manager_flutter. You can also it. – Jay Limbani Jun 29 '22 at 07:15
-
this package has not null safety so it's showing error – Jay Limbani Jun 29 '22 at 07:16
-
If You want to do native side code then you must follow this article https://codesearchonline.com/wallpaper-app/ – Jay Limbani Jun 29 '22 at 07:22