layrz_push 1.0.0 copy "layrz_push: ^1.0.0" to clipboard
layrz_push: ^1.0.0 copied to clipboard

A Flutter plugin to handle push notifications on Android and iOS using Firebase Cloud Messaging with runtime credential injection, designed for multi-tenant applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add layrz_push

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

dependencies:
  layrz_push: ^1.0.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:layrz_push/layrz_push.dart';
1
likes
160
points
338
downloads

Documentation

API reference

Publisher

verified publishergoldenm.com

Weekly Downloads

A Flutter plugin to handle push notifications on Android and iOS using Firebase Cloud Messaging with runtime credential injection, designed for multi-tenant applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on layrz_push

Packages that implement layrz_push