save_points_background_service_builder 0.0.3
save_points_background_service_builder: ^0.0.3 copied to clipboard
A Flutter package to easily build and manage background services and notifications, optimized for Save Points.
0.0.3 #
- Refactor: Split notification logic into modular components (
NotificationScheduler,PermissionHandler,TimezoneHelper,ChannelManager). - UI: Enhanced
NotificationListScreenwithitemBuilder,emptyWidget, andtitleprops for better customization. - Feature: Added
SavePointsNotificationConfigto support initial notifications vianotificationConfigProvider. - Fix: Updated documentation regarding required
ic_notificationresource for Android. - Docs: Added comprehensive Quick Start guide and MIUI optimization details in README.
0.0.2 #
- Updated deprecated
valueusage toinitialValuein providers.
0.0.1 #
- Initial release of Background Service Builder.
- Support for one-time and recurring notifications (Daily, Weekly, Monthly, Yearly).
- Integrated persistence with SharedPreferences.
- Riverpod state management.
- Built-in UI components for list, scheduling, and MIUI optimization warnings.