Flutter 聊天应用

一个基于 Flutter 和 Firebase 认证构建的,具有图片分享功能的点对点聊天应用。

要开始使用 Flutter,请查看在线文档

你可以在这里查看相应的 Google 代码实验室。

演示

Demo

这里观看完整视频

入门

注意: 确保您的 Flutter 环境已设置。

安装

在命令终端中,运行以下命令

$ git clone https://github.com/GodOfMiracle/Flutter-ChatApp.git
$ cd flutter-chat-app/
$ flutter run

模拟 iOS

方法一

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

方法二

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

模拟 Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run
查看 Flutter 的在线文档以获取开始 Flutter 项目的帮助。

许可证

MIT License

Copyright (c) 2018 Rohan Taneja

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

GitHub

查看 Github