flutter Local Alarm Notification1 flutter Local Alarm Notification install & code 로컬 알림(Local Notification)은 Flutter 앱 내에서 사용자에게 알림을 표시하는 기능을 제공합니다. 이를 사용하여 앱이 백그라운드에서 실행 중이거나 화면이 꺼져 있을 때도 사용자에게 메시지를 전달할 수 있습니다. 아래는 Flutter에서 로컬 알림을 사용하는 간단한 구현 예제와 설명입니다. ※주의※ 지원되는 플랫폼 Android 4.1 이상 NotificationCompat API를 사용하여 구형 Android 장치도 실행할 수 있습니다. iOS 8.0 이상 iOS 10 이전 버전에서는 플러그인 UILocalNotification API를 사용합니다. iOS 10 이상에서는 UserNotification API를 (aka User Notifications Framework) 사용됩니다.. 2023. 11. 2. 이전 1 다음