update Docs

This commit is contained in:
iamstanlee 2021-06-04 04:58:38 -07:00
parent 79d192a441
commit 41c3d19e7d
1 changed files with 3 additions and 6 deletions

View File

@ -2,11 +2,10 @@
A lightweight flutter package to linkify texts containing urls, emails and hashtags. A lightweight flutter package to linkify texts containing urls, emails and hashtags.
![issues](https://img.shields.io/github/issues/Iamstanlee/linkfy_text)] [![pub package](https://img.shields.io/pub/v/linkfy_text.svg)](https://pub.dev/packages/linkfy_text)
[![pub package](https://img.shields.io/pub/v/http.svg)](https://pub.dev/packages/linkfy_text)
![final](https://user-images.githubusercontent.com/43510799/104180838-2385fd80-5451-11eb-8506-1640b4ea829f.gif)
<!-- ![final](https://user-images.githubusercontent.com/43510799/104180838-2385fd80-5451-11eb-8506-1640b4ea829f.gif)
-->
## Usage ## Usage
```dart ```dart
@ -34,5 +33,3 @@ LinkifyText(
}, },
); );
``` ```