wallpaper_setter 0.0.3
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_setterWith Flutter:
$ flutter pub add wallpaper_setterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
wallpaper_setter: ^0.0.3Alternatively, 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';