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

Setup and manage deep links in your apps

[coverage] style: very good analysis License: MIT

Generated by the Very Good CLI πŸ€–

Setup and manage deep links in your apps.


Getting Started πŸš€ #

If the CLI application is available on pub, activate globally via:

dart pub global activate deep_link_utils

Or locally via:

dart pub global activate --source=path <path to this package>

Usage #

# Sample command
$ deep_link_utils sample

# Sample command option
$ deep_link_utils sample --cyan

# Show CLI version
$ deep_link_utils --version

# Show usage help
$ deep_link_utils --help

Running Tests with coverage πŸ§ͺ #

To run all unit tests use the following command:

$ dart pub global activate coverage 1.2.0
$ dart test --coverage=coverage
$ dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info

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

0
likes
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Setup and manage deep links in your apps

License

unknown (license)

Dependencies

args, cli_completion, dcli, mason_logger, pub_updater, xml

More

Packages that depend on deep_link_utils