high_q_notifications 1.0.7 copy "high_q_notifications: ^1.0.7" to clipboard
high_q_notifications: ^1.0.7 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
dart run high_q_notifications:setup_notifications

Using the CLI tool #

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

You can run the CLI command directly in your project without global activation using:

dart run high_q_notifications:setup_notifications

This will execute the notification setup process.


(Optional) Using CLI globally #

If you want to activate the CLI globally on your machine for easier access:

dart pub global activate high_q_notifications

Then you can run the CLI command as:

high_q_notifications:setup_notifications

Summary #

Use case Command
Add package to Flutter app flutter pub add high_q_notifications
Run CLI tool in project dart run high_q_notifications:create
Activate CLI 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

Topics

#notifications #push-notifications #flutter-notifications #firebase-messaging #high-q-notifications

License

unknown (license)

Dependencies

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

More

Packages that depend on high_q_notifications