简体   繁体   English

我想在 flutter 中创建一个聊天应用程序

[英]I want to create a chatapp in flutter

I have created a chatapp just like Angela Yu did in her course of flutter, but I want to create a chatapp eg 5 users got registered into my app and then they would be able to text privately the desired person (using the email with which this desired person is registered in app) and the texts will be visible to these two persons, not to all the registered people.我已经创建了一个聊天应用程序,就像 Angela Yu 在她的 flutter 课程中所做的那样,但我想创建一个聊天应用程序,例如 5 个用户注册到我的应用程序,然后他们就可以私下给想要的人发短信(使用 email 与此所需的人已在应用程序中注册)并且文本将对这两个人可见,而不是对所有已注册的人可见。 Need help!需要帮忙!

Check out this article.看看这篇文章。

Build a chat app with flutter 使用 flutter 构建聊天应用程序

It leads you through the process of creating a chat app in flutter using Firebase它引导您完成使用Firebase在 flutter 中创建聊天应用程序的过程

I hope this answered your question.我希望这回答了你的问题。

UPDATED check the article below: Chat app with flutter firebase更新查看以下文章: 与 flutter firebase 聊天应用程序

If you don't want firebase as your app backend, I started a flutter project to use MQTT protocol as chat backend.如果您不希望 firebase 作为您的应用程序后端,我启动了一个 flutter 项目以使用 MQTT 协议作为聊天后端。 You can check it here: https://github.com/WahidNasri/flutter-mqtt-chat-client你可以在这里查看: https://github.com/WahidNasri/flutter-mqtt-chat-client

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutter:如何将Firebase云消息传递与ChatApp集成 - Flutter: How Do I Integrate Firebase Cloud Messaging with a ChatApp 我想在 flutter 中创建一个带有 firebase 的列表视图,它将显示标题副标题和图像,并且当用户单击将打开 web 视图的列表视图时 - i want to create a listview with firebase in flutter that will show title subtitle and image and when user click on listview that will open a webview ChatApp:多行通知 - ChatApp: Multiline Notifications FLUTTER:如何在gridview中仅返回我想要的内容? - FLUTTER: How to return only what I want in gridview? 如果我要访问的字段不在 Flutter 中的 Firebase 中,如何处理 - How to handle if the field I want to access is not in the Firebase in flutter 我想添加 object 在 firebase,flutter 中有 object 列表 - I Want to add object has list of object in firebase ,flutter FutureBuilder 小部件不返回我想要的页面 - Flutter Firebase - FutureBuilder widget not returnig the Pages I want - Flutter Firebase 我想在颤振应用程序中将 totalCartPrice 传递给 openCheckout() 中的金额 - I want to pass totalCartPrice to amount in openCheckout() in flutter application 在颤振中,我想用用户名或名称控制器替换 .doc firebase - In Flutter i want to replace .doc firebase with username or namecontroller 我想在 flutter 中从 firestore 获取此数据后对数据进行洗牌 - I want to shuffle the data after getting this data from firestore in flutter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM