Skip to content

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

License

Notifications You must be signed in to change notification settings

vitor-gyant/linkify

 
 

Repository files navigation

linkify pub package

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

Flutter library.

Pub - API Docs - GitHub

Install

Install by adding this package to your pubspec.yaml:

dependencies:
  linkify: ^1.0.1

Usage

import 'package:linkify/linkify.dart';

linkify("Made by https://cretezy.com");
// Output: [TextElement: 'Made by ', LinkElement: 'https://cretezy.com' (https://cretezy.com), TextElement: ' ', EmailElement: '[email protected]' ([email protected])]

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 100.0%