high_q_notifications 1.0.7
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 |