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

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 Dart:

 $ dart pub add wallpaper_setter

With Flutter:

 $ flutter pub add wallpaper_setter

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

dependencies:
  wallpaper_setter: ^0.0.3

Alternatively, your editor might support dart pub get or 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
0
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)
View/report issues

License

unknown (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on wallpaper_setter

Packages that implement wallpaper_setter