patapata_apple_push_notifications 1.0.2 copy "patapata_apple_push_notifications: ^1.0.2" to clipboard
patapata_apple_push_notifications: ^1.0.2 copied to clipboard

PlatformiOS

This package is a plugin for Patapata that adds support for Apple Push Notifications to your Patapata app.

Patapata - Apple Push Notifications

Add support for Apple Push Notifications to your Patapata app.


About #

This package is a plugin for Patapata that adds support for Apple Push Notifications to your Patapata app. It will automatically integrate with Patapata's RemoteMessaging system and register for push notifications and provide access to APNs tokens.

Getting started #

  1. Add the dependency to your pubspec.yaml file
flutter pub add patapata_apple_push_notifications
  1. Import the package
import 'package:patapata_apple_push_notifications/patapata_apple_push_notifications.dart';
  1. Activate the plugin
void main() {
  App(
    environment: const Environment(),
    plugins: [
      ApplePushNotificationsPlugin(),
    ],
  )
  .run();
}

Contributing #

Check out the CONTRIBUTING guide to get started.

License #

See the LICENSE file

0
likes
130
pub points
0%
popularity

Publisher

verified publishergree.co.jp

This package is a plugin for Patapata that adds support for Apple Push Notifications to your Patapata app.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

flutter, patapata_core

More

Packages that depend on patapata_apple_push_notifications