cc_launch_notification_plugin 0.0.2 copy "cc_launch_notification_plugin: ^0.0.2" to clipboard
cc_launch_notification_plugin: ^0.0.2 copied to clipboard

A Flutter plugin to capture push notifications when app launches from killed state on iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cc_launch_notification_plugin

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

dependencies:
  cc_launch_notification_plugin: ^0.0.2

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:cc_launch_notification_plugin/cc_launch_notification_plugin.dart';
1
likes
140
points
163
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to capture push notifications when app launches from killed state on iOS.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on cc_launch_notification_plugin

Packages that implement cc_launch_notification_plugin