manage_wallpaper 0.0.2 copy "manage_wallpaper: ^0.0.2" to clipboard
manage_wallpaper: ^0.0.2 copied to clipboard

A Flutter plugin to set wallpapers and live wallpapers across multiple platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add manage_wallpaper

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

dependencies:
  manage_wallpaper: ^0.0.2

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:manage_wallpaper/wallpaper.dart';
import 'package:manage_wallpaper/wallpaper_method_channel.dart';
import 'package:manage_wallpaper/wallpaper_platform_interface.dart';
1
likes
150
points
99
downloads

Documentation

API reference

Publisher

verified publisherdb-rm.dev

Weekly Downloads

A Flutter plugin to set wallpapers and live wallpapers across multiple platforms.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on manage_wallpaper

Packages that implement manage_wallpaper