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

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

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MainApp());
}

class MainApp extends StatelessWidget {
  const MainApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    );
  }
}
2
likes
140
pub points
62%
popularity

Publisher

verified publisheraws-amplify.com

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