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

outdated

Finds links practically anywhere and optionally checks if they're dead

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
30
pub points
0%
popularity

Publisher

unverified uploader

Finds links practically anywhere and optionally checks if they're dead

Repository (GitLab)
View/report issues

License

MIT (LICENSE)

Dependencies

markdown

More

Packages that depend on link_checker