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

outdated

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

example/main.dart

import 'package:link_checker/link_checker.dart';

/*
This will print https://github.com/neelkamath/nonexistent-repository and
http://lakdjflakfasldfkjadlkfj.io since they're bad links, but not
https://google.com since it's a good link.
 */
void main() async {
  await for (final link in getBadLinksInFile('example/main.dart')) {
    print(link);
  }
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

markdown

More

Packages that depend on link_checker