-1

I'm using a Wallpaper Manager for setting an image as Home screen. It works fine for Lock Screen, but not for Home screen. This image that I want to set as Home screen is as wide and long as the screen, so it gets blurred when stretched across multiple screens. I'd like for this image to be repeated on each screen, not stretched across all. Is there any solution? I'm open to any idea, even if it doesn't include wallpaper manager.

Coding Glass
  • 137
  • 1
  • 7

1 Answers1

0

I get it too, bro. But this package have a function called setWallpaperFromFileWithCrop so you can let user crop image to set wallpaper as you want.

ninoorta
  • 662
  • 1
  • 5
  • 13
  • 1
    Hi ninoorta, could you please set setWallpaperFromFileWithCrop function in Bold style to bring more attention to it when your answer is read by others. Welcome to Stackoverflow :) – Ashraf Alshahawy May 27 '21 at 20:20
  • thank you for reminding me @AshrafAlshahawy – ninoorta May 28 '21 at 02:59
  • please more description about what package ? i only 've ```WallpaperManagerFlutter().setwallpaperfromFile``` there is no ```setWallpaperFromFileWithCrop``` i use `wallpaper_manager_flutter: ^0.0.2` – Yogi Arif Widodo May 20 '22 at 00:10