feat(android): add complete DailyNotification plugin implementation
- Add full DailyNotificationPlugin with @CapacitorPlugin annotation - Implement echo method for testing plugin connectivity - Add comprehensive notification functionality with offline-first approach - Include performance optimization and error handling classes - Add WorkManager integration for background content fetching - Plugin now ready for testing with Capacitor 6 registration
This commit is contained in:
@@ -36,6 +36,7 @@ dependencies {
|
||||
implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion"
|
||||
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
|
||||
implementation project(':capacitor-android')
|
||||
implementation project(':plugin')
|
||||
|
||||
// Daily Notification Plugin Dependencies
|
||||
implementation "androidx.room:room-runtime:2.6.1"
|
||||
|
||||
Reference in New Issue
Block a user