ulink_cli 1.3.0 copy "ulink_cli: ^1.3.0" to clipboard
ulink_cli: ^1.3.0 copied to clipboard

CLI tool for verifying universal links and app links configuration for ULink projects

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ulink_cli

With Flutter:

 $ flutter pub add ulink_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ulink_cli: ^1.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ulink_cli/ulink_cli.dart';
1
likes
130
points
94
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tool for verifying universal links and app links configuration for ULink projects

Homepage

License

MIT (license)

Dependencies

args, chalkdart, cli_spin, crypto, http, io, path, plist_parser, uuid, xml, yaml

More

Packages that depend on ulink_cli