From ae6d0cb7f227cd79031f7ff9ef0cd25d0720a344 Mon Sep 17 00:00:00 2001 From: iamstanlee Date: Fri, 25 Jun 2021 21:54:51 -0700 Subject: [PATCH] docs: added todo --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee69a61..2ad84bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # linkfy_text -A lightweight flutter package to linkify texts containing urls, emails and hashtags. +A lightweight flutter package that linkifies a text containing urls, emails and hashtag like twitter does. [![pub package](https://img.shields.io/pub/v/linkfy_text.svg)](https://pub.dev/packages/linkfy_text) @@ -54,5 +54,9 @@ Container( Feel free to contribute to this project. -If you find a bug or want a feature, but don't know how to fix/implement it, please fill an [issue][issue]. -If you fixed a bug or implemented a feature, please send a [pull request][pr]. +If you find a bug or want a feature, but don't know how to fix/implement it, please fill an [issue][issues]. +If you fixed a bug or implemented a feature, please send a [pull request][prs]. + +# TODO +- linkify "@" mention +- LinkifyTextField widget