deep_link_utils
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
Libraries
- deep_link_utils
- deep_link_utils, Setup and manage deep links in your apps