released v1.0.0

This commit is contained in:
iamstanlee 2021-06-03 20:08:27 -07:00
parent d66d3a6b53
commit af7621bec8
3 changed files with 3 additions and 2 deletions

View File

@ -73,6 +73,7 @@ class _AppState extends State<App> {
Center( Center(
child: LinkifyText( child: LinkifyText(
"04. Flutter is #trending, goto https://flutter.dev to check it out. hey@pub.dev", "04. Flutter is #trending, goto https://flutter.dev to check it out. hey@pub.dev",
textAlign: TextAlign.center,
linkTypes: [LinkType.hashTag, LinkType.url, LinkType.email], linkTypes: [LinkType.hashTag, LinkType.url, LinkType.email],
linkStyle: TextStyle(color: Colors.blue, fontSize: 16), linkStyle: TextStyle(color: Colors.blue, fontSize: 16),
onTap: (link) { onTap: (link) {

View File

@ -73,7 +73,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.0.1" version: "1.0.0"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,6 +1,6 @@
name: linkify_text name: linkify_text
description: A lightweight flutter package to linkify texts containing urls, emails and hashtags. description: A lightweight flutter package to linkify texts containing urls, emails and hashtags.
version: 0.0.1 version: 1.0.0
author: author:
homepage: homepage: