apsl_wallpaper_scheduler 0.2.0
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_notificationsupgraded from^17.2.2to^19.5.0.permission_handlerupgraded from^11.3.1to^12.0.0+1.shared_preferencesupgraded from^2.2.3to^2.5.3.path_providerupgraded from^2.1.2to^2.1.5.httpupgraded from^1.2.1to^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
setExactAndAllowWhileIdlefor truly exact daily alarms. - Survives app kill and device reboots via
rescheduleOnReboot.