notify_service 5.0.5 copy "notify_service: ^5.0.5" to clipboard
notify_service: ^5.0.5 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.5

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/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

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

More

Packages that depend on notify_service