push_notification_firebase 1.2.11 copy "push_notification_firebase: ^1.2.11" to clipboard
push_notification_firebase: ^1.2.11 copied to clipboard

push_notification is package in which foreground and background notification receive via firebase

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add push_notification_firebase

With Flutter:

 $ flutter pub add push_notification_firebase

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

dependencies:
  push_notification_firebase: ^1.2.11

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:push_notification_firebase/helpers/notification_services.dart';
import 'package:push_notification_firebase/home_screen.dart';
import 'package:push_notification_firebase/main.dart';
import 'package:push_notification_firebase/message_screen.dart';
import 'package:push_notification_firebase/utils/download_file.dart';
1
likes
0
pub points
40%
popularity

Publisher

unverified uploader

push_notification is package in which foreground and background notification receive via firebase

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, firebase_auth, firebase_core, firebase_messaging, flutter, flutter_local_notifications, http, path_provider, rxdart

More

Packages that depend on push_notification_firebase