swift_notifications 1.0.2 copy "swift_notifications: ^1.0.2" to clipboard
swift_notifications: ^1.0.2 copied to clipboard

A unified Flutter plugin for rich push and local notifications on Android, iOS, and macOS with no native code required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swift_notifications

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

dependencies:
  swift_notifications: ^1.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:swift_notifications/swift_notifications.dart';
1
likes
140
points
162
downloads

Publisher

verified publisherswiftflutter.com

Weekly Downloads

A unified Flutter plugin for rich push and local notifications on Android, iOS, and macOS with no native code required.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_messaging, flutter, plugin_platform_interface

More

Packages that depend on swift_notifications

Packages that implement swift_notifications