docs: fix gif display on pub.dev

This commit is contained in:
iamstanlee 2021-06-04 10:05:02 -07:00
parent 9d2863089f
commit 3a120d9eb1
4 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 1.0.3
- fix gif display on pub.dev
## 1.0.2 ## 1.0.2
- Updated documentation and fixed some minor bugs - Updated documentation and fixed some minor bugs

View File

@ -4,7 +4,7 @@ A lightweight flutter package to linkify texts containing urls, emails and hasht
[![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/linkfy_text.svg)](https://pub.dev/packages/linkfy_text)
![gif](ezgif.com-gif-maker.gif) ![gif](https://github.com/Iamstanlee/linkfy_text/blob/main/ezgif.com-gif-maker.gif)
## Usage ## Usage

View File

@ -115,7 +115,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.0.2" version: "1.0.3"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:

View File

@ -1,6 +1,6 @@
name: linkfy_text name: linkfy_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: 1.0.2 version: 1.0.3
homepage: https://github.com/Iamstanlee/linkfy_text homepage: https://github.com/Iamstanlee/linkfy_text
environment: environment: