apsl_wallpaper_scheduler 0.2.0 copy "apsl_wallpaper_scheduler: ^0.2.0" to clipboard
apsl_wallpaper_scheduler: ^0.2.0 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 [...]

0.2.0 #

  • Bumped dependency versions for compatibility with modern Flutter apps:
    • flutter_local_notifications upgraded from ^17.2.2 to ^19.5.0.
    • permission_handler upgraded from ^11.3.1 to ^12.0.0+1.
    • shared_preferences upgraded from ^2.2.3 to ^2.5.3.
    • path_provider upgraded from ^2.1.2 to ^2.1.5.
    • http upgraded from ^1.2.1 to ^1.2.2.

0.1.0 #

  • Initial release.
  • createSchedule — create and activate a daily wallpaper schedule.
  • updateSchedule — edit an existing schedule.
  • deleteSchedule / deleteAllSchedules — remove schedules.
  • startSchedule / stopSchedule — toggle a schedule on/off.
  • getAllSchedules / getActiveSchedules / getSchedule — query schedules.
  • Permission helpers: requestExactAlarmPermission, requestBatteryOptimizationExemption.
  • Uses setExactAndAllowWhileIdle for truly exact daily alarms.
  • Survives app kill and device reboots via rescheduleOnReboot.
0
likes
0
points
356
downloads

Publisher

unverified uploader

Weekly Downloads

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 the device reboots.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

android_alarm_manager_plus, flutter, flutter_local_notifications, http, path_provider, permission_handler, shared_preferences, wallpaper_manager_flutter

More

Packages that depend on apsl_wallpaper_scheduler