ios_push_plugin 0.0.2
ios_push_plugin: ^0.0.2 copied to clipboard
iOS only plugin for handling APNs and system push notifications.
ios_push_plugin #
A Flutter plugin for iOS push notifications.
⚠️ iOS only. Android is not supported.
Features #
- Register for push notifications on iOS
- Receive push notifications in foreground and background
- Customizable notification handling
- Easy-to-use Flutter API
Getting Started #
Requirements #
- Flutter 3.x or above
- iOS 11.0+
- Xcode 13 or above
Installation #
Add this to your pubspec.yaml:
dependencies:
ios_push_plugin: ^0.0.1