flutter_social_textfield icon indicating copy to clipboard operation
flutter_social_textfield copied to clipboard

A TextEditingController for providing common social media text contents.

Results 7 flutter_social_textfield issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/dreampowder/flutter_social_textfield/assets/37615768/f5040b60-a672-4301-8ee6-c8996a1d9f14)

Hi, this lib is useful. I want customized the link pattern, is there a way to do it? am using this logic to buld spans: ```dart class WidgetSpanTextEditingController extends TextEditingController...

When texting emojis, and you introduce a skin colour emoji, the emoji after it will be the same as first, and sometimes breaks the TextField State. Any thoughts on this?

There is not way to scroll text for SocialTextEditingController like for normal ScrollController we call controller.jumpTo()

Hello! Thank you for this awesome package. I was wondering if the support for custom types would be added. Right now I'm using all 3 customizable DetectionTypes and may need...

Hey can you please remove this print call? [print("will add space");](https://github.com/dreampowder/flutter_social_textfield/blob/93d32141267195d08c29a79e7a4f2be739293a96/lib/controller/social_text_editing_controller.dart#L87) Thanks

Since we are covering URL and #hastags then adding email support could be a good idea

enhancement