amplify_push_notifications 2.6.1 copy "amplify_push_notifications: ^2.6.1" to clipboard
amplify_push_notifications: ^2.6.1 copied to clipboard

The Amplify Flutter Push Notifications package implementing features agnostic of an AWS Service such as Pinpoint.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add amplify_push_notifications
copied to clipboard

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

dependencies:
  amplify_push_notifications: ^2.6.1
copied to clipboard

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:amplify_push_notifications/amplify_push_notifications.dart';
copied to clipboard
3
likes
160
points
2.49k
downloads

Publisher

verified publisheraws-amplify.com

Weekly Downloads

2024.09.27 - 2025.04.11

The Amplify Flutter Push Notifications package implementing features agnostic of an AWS Service such as Pinpoint.

Homepage
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

amplify_core, amplify_secure_storage, async, flutter, flutter_plugin_android_lifecycle, os_detect, shared_preferences

More

Packages that depend on amplify_push_notifications