Last updated:
0 purchases
patapata apple push notifications
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 #
Add the dependency to your pubspec.yaml file
flutter pub add patapata_apple_push_notifications
copied to clipboard
Import the package
import 'package:patapata_apple_push_notifications/patapata_apple_push_notifications.dart';
copied to clipboard
Activate the plugin
void main() {
App(
environment: const Environment(),
plugins: [
ApplePushNotificationsPlugin(),
],
)
.run();
}
copied to clipboard
Contributing #
Check out the CONTRIBUTING guide to get started.
License #
See the LICENSE file
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.