flutter_lockscreen_alert 1.0.2
flutter_lockscreen_alert: ^1.0.2 copied to clipboard
Flutter plugin to show critical alert UI on the device lock screen using Android full-screen intents. Ideal for incoming calls, bookings, or time-sensitive alerts that must be visible and interactive [...]
1.0.2 #
- Android: Fix resource linking by removing
windowShowWhenLockedandwindowTurnScreenOnfrom theme XML entirely; the Activity already sets these programmatically inonCreate()(API 27+). Fixes "style attribute not found" when merging resources. - Android: Fix Java compilation:
provideFlutterEngine(Context)is nowpublicto match the Flutter embeddingHostinterface.
1.0.1 #
- Android: Fix resource linking error when app
minSdkVersionis below 27. MovedwindowShowWhenLockedandwindowTurnScreenOnintovalues-v27/styles.xmlso the base theme does not reference API-27-only attributes. Lock-screen behaviour unchanged on API 27+.
1.0.0 #
- Initial release.
- Android: full-screen intent notification and lock-screen Activity with Flutter UI.
- Dart API:
show,dismiss,getPayload,notifyDismissed,notifyAccepted,onAction,isSupported. - iOS: not implemented.