docs: added todo
This commit is contained in:
parent
3a120d9eb1
commit
ae6d0cb7f2
10
README.md
10
README.md
|
@ -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.
|
||||||
|
|
||||||
[](https://pub.dev/packages/linkfy_text)
|
[](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
|
||||||
|
|
Loading…
Reference in New Issue