Do you want to save yourself trouble programming a chat into your flutter app?
Why not just link to already existing social messengers?
With social_connect you can fill in your details and set privacy settings.
Others then just click on their prefered social messenger and get forwarded to your profile.
- TextFormField checks for copied profile links and @
- on find it removes everything aside the username
- take a look at the example
- SocialShare provides 2 constructors
- edit (for editing username and visibility)
- show (for showing the username and onClick forwarding)
- SocialShare.edit provides the onChanged callback,
where the SocialAccount can be further processed (eg. written to a db)