amplify_push_notifications 1.3.2 copy "amplify_push_notifications: ^1.3.2" to clipboard
amplify_push_notifications: ^1.3.2 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
0
points
2.31k
downloads

Publisher

verified publisheraws-amplify.com

Weekly Downloads

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

Homepage
View/report issues

License

unknown (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