live_activity_update 0.0.5
live_activity_update: ^0.0.5 copied to clipboard
Live Activity Update Plugin
Live Activity Update Plugin #
A premium Flutter plugin that enables real-time live notifications across iOS and Android platforms. This plugin provides native Live Activities for iOS 16.1+ and Live Updates (ongoing notifications) for Android, giving your users dynamic, always-visible updates right from their lock screen and notification panel.
🚀 Features #
iOS (Live Activities) #
- 📱 Dynamic Island Integration - Interactive updates in the Dynamic Island
- 🔒 Lock Screen Widgets - Rich content on the lock screen
- ⚡ Real-time Updates - Push updates without opening the app
- 🎯 Native Performance - Built with ActivityKit for optimal performance
Android (Live Updates) #
- 📢 Ongoing Notifications - Persistent notifications with live content
- 📊 Progress Indicators - Visual progress segments and points (Android 14+)
- 🔔 Rich Content - Support for text, titles, and custom styling
- 🔄 Real-time Updates - Update content without user interaction
📱 Platform Support #
| Platform | Minimum Version | Features |
|---|---|---|
| iOS | 16.1+ | Live Activities, Dynamic Island, Lock Screen Widgets |
| Android | 5.0+ (API 21) | Ongoing Notifications, Live Updates (API 34+) |
💰 Pricing #
This is a commercial plugin with the following license options:
- Single Developer: $9 - Perfect for individual developers
- Team License: $49 - Up to 5 developers in one organization
- Enterprise License: $99 - Unlimited developers in one organization
🛠 Installation #
Add this to your package's pubspec.yaml file:
Additional iOS Configuration #
You'll also need to add this to your iOS project's Info.plist
<key>NSSupportsLiveActivities</key>
<true/>