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

iOS only plugin for handling APNs and system push notifications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ios_push_plugin

With Flutter:

 $ flutter pub add ios_push_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ios_push_plugin: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ios_push_plugin/ios_push_plugin.dart';
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