apple_push_notification_service 0.0.2 icon indicating copy to clipboard operation
apple_push_notification_service: ^0.0.2 copied to clipboard

PlatformiOS

This plugin allows you to register and receieve push notification on iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apple_push_notification_service

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

dependencies:
  apple_push_notification_service: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:apple_push_notification_service/apple_push_notification_service.dart';
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

This plugin allows you to register and receieve push notification on iOS

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on apple_push_notification_service