high_q_notifications 1.0.5 copy "high_q_notifications: ^1.0.5" to clipboard
high_q_notifications: ^1.0.5 copied to clipboard

A Flutter package that handles push notifications efficiently using Firebase Messaging and local notifications. Supports background message handling, scheduling notifications, and offers utilities for [...]

high_q_notifications #

A Flutter package that handles push notifications efficiently using Firebase Messaging and local notifications. Supports background message handling, scheduling notifications, and offers utilities for timezone management and dependency injection.


Installation #

Quickest way to add the package and enable cli

flutter pub add high_q_notifications
dart pub global activate high_q_notifications
hq_notify

Add to your Flutter project #

To add the package to your Flutter project, run:

flutter pub add high_q_notifications

Then import it in your Dart code and use it as needed.


Using the CLI tool #

This package also provides a command line interface (CLI) tool for setup and management.

To use the CLI globally on your machine, you need to activate it by running:

dart pub global activate high_q_notifications

After activation, you can run the CLI command:

hq_notify

Summary #

Use case Command
Add package to Flutter app flutter pub add high_q_notifications
Use CLI tool globally dart pub global activate high_q_notifications

21
likes
0
points
121
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that handles push notifications efficiently using Firebase Messaging and local notifications. Supports background message handling, scheduling notifications, and offers utilities for timezone management and dependency injection.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, dartz, dio, equatable, firebase_core, firebase_messaging, flutter, flutter_local_notifications, get_it, path, path_provider, timezone

More

Packages that depend on high_q_notifications