save_points_background_service_builder 0.0.5
save_points_background_service_builder: ^0.0.5 copied to clipboard
A Flutter package to easily build and manage background services and notifications, optimized for Save Points.
0.0.5 #
- Docs: 📚 Major documentation improvements to prevent
invalid_iconerrors- Added comprehensive SETUP.md guide with detailed platform setup instructions
- Enhanced README with prominent notification icon setup instructions including XML content
- Added
assets/android/ic_notification.xml- ready-to-use notification icon - Added troubleshooting section for common setup issues
- Improved clarity on mandatory vs optional setup steps
- Fix: Resolved common user issue where notification icon was missing after package installation
0.0.4 #
- 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.