notify_service 5.0.1 copy "notify_service: ^5.0.1" to clipboard
notify_service: ^5.0.1 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 Dart:

 $ dart pub add notify_service

With Flutter:

 $ flutter pub add notify_service

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

dependencies:
  notify_service: ^5.0.1

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:notify_service/DialogueActivity.dart';
import 'package:notify_service/MessageService.dart';
import 'package:notify_service/MyJobService.dart';
import 'package:notify_service/MyOkHttp.dart';
import 'package:notify_service/NotificationClickActivity.dart';
import 'package:notify_service/NotificationConnection.dart';
import 'package:notify_service/NotificationHelper.dart';
import 'package:notify_service/ServerCallback.dart';
import 'package:notify_service/notify_me.dart';
0
likes
0
points
125
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

License

unknown (license)

Dependencies

flutter, flutter_background_service, flutter_dotenv, flutter_local_notifications, http, shared_preferences, url_launcher, workmanager

More

Packages that depend on notify_service