ios_push_plugin 0.0.2 copy "ios_push_plugin: ^0.0.2" to clipboard
ios_push_plugin: ^0.0.2 copied to clipboard

iOS only plugin for handling APNs and system push notifications.

0.0.1 #

  • Initial release of ios_push_plugin.
  • Provides basic iOS push notification support:
    • Initialize push service (initPush)
    • Get device registration ID (getRegId)
    • Get platform version (getPlatformVersion)
    • Get device manufacturer (getManufacturer)
    • Enable or disable plugin logs (enableLog)
    • Set notification click callback (setOnClickNotification)
  • Supports future extension for subscribing to topics, requesting permissions, and handling foreground notifications.

0.0.2 #

  • Removed redundant code to simplify the plugin implementation.
  • Internal improvements for cleaner and more maintainable code.
1
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

iOS only plugin for handling APNs and system push notifications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ios_push_plugin

Packages that implement ios_push_plugin