docs: added todo

This commit is contained in:
iamstanlee 2021-06-25 21:54:51 -07:00
parent 3a120d9eb1
commit ae6d0cb7f2
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# linkfy_text # 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) [![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. 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 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][pr]. If you fixed a bug or implemented a feature, please send a [pull request][prs].
# TODO
- linkify "@" mention
- LinkifyTextField widget