Actions
dev #1502
openImplementation of User Inactivity Notification with WorkManager
Updated by Najmul Hasan over 1 year ago
- % Done changed from 0 to 50
- Investigated background task solutions for Flutter (WorkManager, background_fetch)
- Studied WorkManager's periodic task scheduling and constraints
- Reviewed shared preferences implementation for tracking user activity timestamps
Updated by Najmul Hasan over 1 year ago
- % Done changed from 50 to 70
- Set up WorkManager configuration with periodic task scheduling (1 day intervals)
- Created NotificationService singleton class for centralized notification management
- Implemented user activity tracking using SharedPreferences
- Added platform-specific notification configurations for Android and iOS
- Set up proper notification channels and permissions
- Added activity tracking through ActivityTracker widget
Updated by Najmul Hasan over 1 year ago
- Status changed from In Progress to Complete
- % Done changed from 70 to 100
Actions