notify_service 5.0.14 copy "notify_service: ^5.0.14" to clipboard
notify_service: ^5.0.14 copied to clipboard

A Flutter package for handling notifications with customizable features and support for various notification types.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notify_service

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

dependencies:
  notify_service: ^5.0.14

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:notify_service/MessageService.dart';
import 'package:notify_service/NotificationConnection.dart';
import 'package:notify_service/NotificationHelper.dart';
import 'package:notify_service/ServerCallback.dart';
0
likes
70
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for handling notifications with customizable features and support for various notification types.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

device_info_plus, flutter, flutter_background_service, flutter_image_compress, flutter_local_notifications, font_awesome_flutter, http, path_provider, permission_handler, shared_preferences, url_launcher, workmanager

More

Packages that depend on notify_service