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(
child: LinkifyText(
"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],
linkStyle: TextStyle(color: Colors.blue, fontSize: 16),
onTap: (link) {

View File

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

View File

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