From cd48997ad36e317aa35eb7620958c14be95ce86a Mon Sep 17 00:00:00 2001 From: Fayeed Date: Thu, 8 Aug 2019 17:05:09 +0530 Subject: [PATCH 1/2] Added flutter_parsed_text to Text & Rich Content --- source.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source.md b/source.md index afa2145..b5be032 100644 --- a/source.md +++ b/source.md @@ -261,6 +261,7 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| - [Masked Text](https://github.com/benhurott/flutter-masked-text) - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott) - [Zefyr](https://github.com/memspace/zefyr) - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr) - [AutoSizeText](https://github.com/leisim/auto_size_text) - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). +- [Flutter Parsed Text](https://github.com/fayeed/flutter_parsed_text) - A Flutter package to parse text and extract parts using predefined types also supports Regex by [Fayeed Pawaskar](https://github.com/fayeed/) ### Analytics @@ -646,19 +647,19 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| ### ๐Ÿ‡ท๐Ÿ‡บRussia -- [Telegram](https://t.me/rudart) +- [Telegram](https://t.me/rudart) ### ๐Ÿ‡ฑ๐Ÿ‡ฐSri Lanka -- [Gitter](https://gitter.im/Colombo-Flutter-Community) +- [Gitter](https://gitter.im/Colombo-Flutter-Community) - [Slack](https://fluttercmb.slack.com/) - [Community GitHub Page](https://github.com/Colombo-Flutter-Meetup) -- [Facebook Page](https://www.facebook.com/flutterCMB/) +- [Facebook Page](https://www.facebook.com/flutterCMB/) ### ๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom -- Meetup [London](https://www.meetup.com/FlutterLDN/) -- [Twitter](https://twitter.com/FlutterLDN) +- Meetup [London](https://www.meetup.com/FlutterLDN/) +- [Twitter](https://twitter.com/FlutterLDN) - [YouTube](https://www.youtube.com/channel/UC_a-vGdkAIRMKT1zzZ4I2ag) ### ๐Ÿ‡บ๐Ÿ‡ธUnited States From 511ce25c2a976f82a0c297604837c379f449c4cf Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 21 Aug 2019 09:40:01 +0200 Subject: [PATCH 2/2] Description --- source.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source.md b/source.md index b5be032..7ebf42d 100644 --- a/source.md +++ b/source.md @@ -257,11 +257,10 @@ If you appreciate the content ๐Ÿ“–, support projects visibility, give ๐Ÿ‘| โญ| ### Text & Rich Content - [Markdown](https://github.com/flutter/flutter_markdown) - Markdown renderer for Flutter. It supports the original format, but no inline html -- [Rich Text Editor](https://github.com/long1eu/rich_editor) - Text editor with style by [Lung Razvan](https://github.com/long1eu) - [Masked Text](https://github.com/benhurott/flutter-masked-text) - Masked text with custom and monetary formatting by [Ben-hur Santos Ott](https://github.com/benhurott) - [Zefyr](https://github.com/memspace/zefyr) - Soft and gentle rich text editing by [Memspace](https://github.com/memspace/zefyr) - [AutoSizeText](https://github.com/leisim/auto_size_text) - Automatically resizes text to fit perfectly within its bounds by [Simon Leier](https://github.com/leisim). -- [Flutter Parsed Text](https://github.com/fayeed/flutter_parsed_text) - A Flutter package to parse text and extract parts using predefined types also supports Regex by [Fayeed Pawaskar](https://github.com/fayeed/) +- [Parsed Text](https://github.com/fayeed/flutter_parsed_text) - Interactive text based on content recognition, also supports Regex by [Fayeed Pawaskar](https://github.com/fayeed/) ### Analytics