multi_notification 0.0.1 copy "multi_notification: ^0.0.1" to clipboard
multi_notification: ^0.0.1 copied to clipboard

Multi notification (Firebase Push, Huawei Push, other) from simple add your project

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_notification

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

dependencies:
  multi_notification: ^0.0.1

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:multi_notification/multi_notification.dart';
2
likes
130
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Multi notification (Firebase Push, Huawei Push, other) from simple add your project

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dartz, device_info_plus, equatable, firebase_core, firebase_messaging, flutter, flutter_secure_storage, freezed_annotation, permission_handler, shared_preferences, uuid

More

Packages that depend on multi_notification