文件名称:linkify:Dart中的低级链接(文本,URL,电子邮件)解析库
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-27 07:15:10
dart linkify Dart
linkify Dart中的低级链接(文本,URL,电子邮件)解析库。 必需的Dart> = 2.12(具有null安全支持)。 。 - 安装 通过将此软件包添加到pubspec.yaml : dependencies : linkify : ^4.0.0 用法 import 'package:linkify/linkify.dart' ; 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.co
【文件预览】:
linkify-master
----.gitignore(54B)
----pubspec.lock(7KB)
----pubspec.yaml(261B)
----README.md(2KB)
----CHANGELOG.md(2KB)
----test()
--------linkify_test.dart(5KB)
----analysis_options.yaml(48B)
----LICENSE(1KB)
----example()
--------linkify_example.dart(287B)
----lib()
--------linkify.dart(3KB)
--------src()