flutter-chat-app icon indicating copy to clipboard operation
flutter-chat-app copied to clipboard

A chat app built on Flutter with firebase authentication and image sharing capability.

Results 21 flutter-chat-app issues
Sort by recently updated
recently updated
newest added

If there would be a page for searching it would be great!

The command provided in Readme.md for git repo, says 'Permission denied' while cloning it. Notice the '/' instead of ':'

The command provided in Readme.md for git repo, says 'Permission denied' while cloning it. The link should be [email protected]/rohan20/flutter-chat-app.git. Notice the '/' instead of ':' $ git clone [email protected]:rohan20/flutter-chat-app.git $...

Initializing gradle... 1.7s Resolving dependencies... * Error running Gradle: ProcessException: Process "G:\FlutterSource\HelloFlutter\android\gradlew.bat" exited abnormally: Starting a Gradle Daemon, 2 incompatible and 1 stopped Daemons could not be reused, use --status...

As the app grows, if you just use a direct database to chat page thing, then the more messages are texted, the more expensive it gets.

add a single line statement to README.md file.

How to implement chat history like whatsapp?

Hi, I have updated the packages to the latest version but its seems the app broken.. any way to fix that? `Compiler message: lib/ChatScreen.dart:56:32: Error: The argument type 'ChatMessageListItem Function(BuildContext,...

when i click email account not connecting. ![GIF-200130_205644](https://user-images.githubusercontent.com/56011221/73463906-0c671080-43a4-11ea-89bb-65072dee3a84.gif)

Uri downloadUrl = (await uploadTask.future).downloadUrl; in that the uploadTask.future is not working. Or they said the future getter is not define for the StorageUploadTask