flutter_unified_messaging 1.1.0 copy "flutter_unified_messaging: ^1.1.0" to clipboard
flutter_unified_messaging: ^1.1.0 copied to clipboard

A project-agnostic Flutter package for simplified FCM and local notifications with customizable smart navigation handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_unified_messaging

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

dependencies:
  flutter_unified_messaging: ^1.1.0

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:flutter_unified_messaging/flutter_unified_messaging.dart';
1
likes
160
points
39
downloads

Publisher

verified publisherafenso.com

Weekly Downloads

A project-agnostic Flutter package for simplified FCM and local notifications with customizable smart navigation handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_local_notifications, meta

More

Packages that depend on flutter_unified_messaging