set_wallpaper 0.0.1 copy "set_wallpaper: ^0.0.1" to clipboard
set_wallpaper: ^0.0.1 copied to clipboard

A Flutter plugin for setting wallpapers on Android devices seamlessly, supporting home screen, lock screen, and both.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add set_wallpaper

With Flutter:

 $ flutter pub add set_wallpaper

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

dependencies:
  set_wallpaper: ^0.0.1

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:set_wallpaper/set_wallpaper.dart';
3
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for setting wallpapers on Android devices seamlessly, supporting home screen, lock screen, and both.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on set_wallpaper

Packages that implement set_wallpaper