released v1.0.0
This commit is contained in:
parent
d66d3a6b53
commit
af7621bec8
|
@ -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) {
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue