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

Running "flutter packages get" in flutter-chat-app... The current Dart SDK version is 2.1.0-dev.3.1.flutter-760a9690c2. Because flutter_chat_app depends on firebase_analytics 0.0.4 which requires SDK version >=1.8.0

![image](https://user-images.githubusercontent.com/1916657/65012734-747df400-d8e6-11e9-9532-6f3145af0620.png)

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:preDebugBuild'. > Android dependency 'com.android.support:support-v4' has different version for the compile (26.1.0) and runtime (27.1.1) classpath....

Hello, I git cloned this repo, ran flutter packages get, and tried to build to iPhone 7 but the iOS build was a failure: `Documents/Info.plist:0: error: reading data: The file...

itemBuilder: (_, DataSnapshot messageSnapshot, Animation animation) { return new ChatMessageListItem( messageSnapshot: messageSnapshot, animation: animation, ); }, this gives error. please tell mi solution

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:preDebugBuild'. > Android dependency 'com.android.support:support-fragment' has different version for the compile (26.1.0) and runtime (27.1.1) classpath....

Hey, you did a good job, I am also wanna build a chat app, but more complicated, I am facing 2 problems: 1. receving msg when switch different tab (I...