From af7621bec8d6eb6fa1109d9aeb91eb31fb310b9e Mon Sep 17 00:00:00 2001 From: iamstanlee Date: Thu, 3 Jun 2021 20:08:27 -0700 Subject: [PATCH] released v1.0.0 --- example/lib/main.dart | 1 + example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 134b5b3..0f04834 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -73,6 +73,7 @@ class _AppState extends State { 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) { diff --git a/example/pubspec.lock b/example/pubspec.lock index 09786fe..6d11fc9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -73,7 +73,7 @@ packages: path: ".." relative: true source: path - version: "0.0.1" + version: "1.0.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6826152..90d3fc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: