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

Low-level link (text, URLs, emails, phone numbers, user tags) parsing library in Dart.

example/linkify_example.dart

import 'package:linkify/linkify.dart';

void main() {
  print(linkify("Made by https://cretezy.com [email protected]"));
  // Output: [TextElement: 'Made by ', UrlElement: 'https://cretezy.com' (cretezy.com), TextElement: ' ', EmailElement: '[email protected]' ([email protected])]
}
131
likes
140
pub points
98%
popularity

Publisher

verified publishercretezy.com

Low-level link (text, URLs, emails, phone numbers, user tags) parsing library in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on linkify