link_checker 4.0.2 copy "link_checker: ^4.0.2" to clipboard
link_checker: ^4.0.2 copied to clipboard

Can find links and check if they're dead in almost any type of file

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add link_checker

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

dependencies:
  link_checker: ^4.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:link_checker/link_checker.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Can find links and check if they're dead in almost any type of file

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

markdown

More

Packages that depend on link_checker