deep5_notifications 0.0.1 copy "deep5_notifications: ^0.0.1" to clipboard
deep5_notifications: ^0.0.1 copied to clipboard

A push notification service which uses OneSignal as push notification provider.

Deep5 Notifications #

License: MIT

A notification Service internally used at Deep5 which wraps the OneSignal SDK.

Installation ๐Ÿ’ป #

โ— In order to start using Deep5 Notifications you must have the Flutter SDK installed on your machine.

Install via flutter pub add:

flutter pub add deep5_notifications

Running Tests ๐Ÿงช #

For first time users, install the very_good_cli:

dart pub global activate very_good_cli

To run all unit tests:

very_good test --coverage

To view the generated coverage report you can use lcov.

# Generate Coverage Report
genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
open coverage/index.html

Alternatively you can just run:

# Generate Coverage Report
sh tool/coverage.sh

1
likes
130
pub points
0%
popularity

Publisher

verified publisherdeep5.io

A push notification service which uses OneSignal as push notification provider.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, get_it, onesignal_flutter

More

Packages that depend on deep5_notifications