released v1.0.0
This commit is contained in:
parent
d66d3a6b53
commit
af7621bec8
|
@ -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) {
|
||||
|
|
|
@ -73,7 +73,7 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
version: "1.0.0"
|
||||
matcher:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue