linkify 2.0.1 copy "linkify: ^2.0.1" to clipboard
linkify: ^2.0.1 copied to clipboard

outdated

Low-level link (text, URLs, emails) parsing library in Dart.

example/linkify_example.dart

import 'package:linkify/linkify.dart';

void main() {
  print(linkify("Made by https://cretezy.com person@example.com"));
  // Output: [TextElement: 'Made by ', UrlElement: 'https://cretezy.com' (cretezy.com), TextElement: ' ', EmailElement: 'person@example.com' (person@example.com)]
}
133
likes
0
pub points
97%
popularity

Publisher

verified publishercretezy.com

Low-level link (text, URLs, emails) parsing library in Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on linkify