wallpaper_setter 0.0.4 copy "wallpaper_setter: ^0.0.4" to clipboard
wallpaper_setter: ^0.0.4 copied to clipboard

PlatformAndroid

A Flutter plugin for setting device wallpapers directly from your app. Uses the default Android system wallpaper picker UI to set wallpapers from asset or network images for the home screen, lock scre [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wallpaper_setter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  wallpaper_setter: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:wallpaper_setter/wallpaper_setter.dart';
6
likes
150
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for setting device wallpapers directly from your app. Uses the default Android system wallpaper picker UI to set wallpapers from asset or network images for the home screen, lock screen, or both.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on wallpaper_setter

Packages that implement wallpaper_setter