apsl_wallpaper_scheduler 0.2.2
apsl_wallpaper_scheduler: ^0.2.2 copied to clipboard
Schedule automatic daily wallpaper updates on Android. Download an image from any URL and set it as the Home Screen, Lock Screen, or Both at an exact time every day — even when the app is closed or th [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add apsl_wallpaper_schedulerWith Flutter:
$ flutter pub add apsl_wallpaper_schedulerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
apsl_wallpaper_scheduler: ^0.2.2Alternatively, 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:apsl_wallpaper_scheduler/apsl_wallpaper_scheduler.dart';