deep5_notifications

Creator: coderz1093

Last updated:

0 purchases

deep5_notifications Image
deep5_notifications Images

Languages

Categories

Add to Cart

Description:

deep5 notifications

Deep5 Notifications #

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
copied to clipboard

Running Tests ๐Ÿงช #
For first time users, install the very_good_cli:
dart pub global activate very_good_cli
copied to clipboard
To run all unit tests:
very_good test --coverage
copied to clipboard
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
copied to clipboard
Alternatively you can just run:
# Generate Coverage Report
sh tool/coverage.sh

copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.