Code

Discussion on Flutter Chat App | @Username Based | WhatsApp-like features | Groups, Stories, Calls+| Full App

Discussion on Flutter Chat App | @Username Based | WhatsApp-like features | Groups, Stories, Calls+| Full App

Cart 110 sales
Recently Updated

85 comments found.

promo, please?

App for iOS not work

The iOS demo version is not available at the moment.

what’s the back end and tech stack? Firebase or Laravel? next J’s?

Firebase.

roita1

roita1 Purchased

thank you guys installed with no problem , just finish the 12 tester for 14 days . I have a question for publish in apple, I need to add a file for “App Encryption Documentation”. what is the Encryption I need to give apple to pass the testing ?

Please how can I do to have a web version??

Please contact us by WhatsApp for more info!

Looks great, where is the web version with admin panel?

I tried to deploy but encountered an error. How can I fix it? https://imgur.com/a/D728IkS

i cant make it run

Hi Team

1. Is there any possibility to test the application on iOS TestFlight? Currently, there are restrictions due to many test users, but could you confirm if there are any available options?

2. We need to test this because, on iOS, during a video call, we want to verify whether the call receiver gets a full-screen notification when the app is in the background. Screenshot : https://prnt.sc/rMi-OroKEaD3

Is it possible use this app by web?

No. Web version will be available soon!

Since yesterday version, the message/group screen has display problem of the input bar. There’s overflow with standard android android functions

Have had a few challenges setting the project up for both IOS and Android. Keep navigating through a myriad of errors that may be tied to my local environment setup.Is there any technical support I can get help me get this working

I’m encountering consistent crash behavior where the app exits immediately after the launching accompanied by connection protocol errors.

Environment: - macOS 15.1 (24B2082 darwin-arm64) - Flutter 3.27.0 (stable channel) - Dart 3.6.0

Issue: The app shows identical behavior on both platforms: 1. Build completes successfully 2. Launch screen appears briefly 3. App immediately exits 4. Connection errors appear in two variations:

Error Pattern 1: ```Failed to start DDS: WebSocketChannelException: SocketException: Connection refused```

Error Pattern 2: ```Error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:XXXXX/XXXXX/ws```

Tested on: - iOS: iPhone 16 simulator (iOS 18.2) - Android: sdk gphone64 arm64 (API 35)

This seems to suggest a potential issue with: - Initial app initialization - WebSocket connection handling - Service protocol configuration

Could you help identify: 1. Any required startup configurations I might be missing? 2. Known issues with connection handling in the current version? 3. Specific debugging steps to identify where exactly the app is exiting?

Let me know if you need any additional logs or information.

Replied. Please check your inbox!

Hi, same problem as jakesully

TypeError: functions.database.ref is not a function

Any idea ? i’m stuck at this step

Solve previous problem, but new one come during the build : Execution failed for task ’:app:checkDebugAarMetadata’. > Could not resolve all files for configuration ’:app:debugRuntimeClasspath’. > Could not find com.arthenica:ffmpeg-kit-min-gpl:5.1. Searched in the following locations: – https://dl.google.com/dl/android/maven2/com/arthenica/ffmpeg-kit-min-gpl/5.1/ffmpeg-kit-min-gpl-5.1.pomhttps://repo.maven.apache.org/maven2/com/arthenica/ffmpeg-kit-min-gpl/5.1/ffmpeg-kit-min-gpl-5.1.pomhttps://storage.googleapis.com/download.flutter.io/com/arthenica/ffmpeg-kit-min-gpl/5.1/ffmpeg-kit-min-gpl-5.1.pomhttps://www.jitpack.io/com/arthenica/ffmpeg-kit-min-gpl/5.1/ffmpeg-kit-min-gpl-5.1.pomhttps://jcenter.bintray.com/com/arthenica/ffmpeg-kit-min-gpl/5.1/ffmpeg-kit-min-gpl-5.1.pom Required by: project :app > project :ffmpeg_kit_flutter_min_gpl

Please download the new update v1.0.4 it fix FFMPEG-related issues.

Does web support coming soon ?

Yes. 99% already done!

For people that encounters fmpeg-kit-ios-min-gpl issue, simple upgrade the video_editor package to the latest version. The issue that I have now is I am not sure how to export video without it – as needed by this template. Does author know a workaround?

Please download the new update v1.0.4 it fix FFMPEG-related issues.

running into [!] Error installing ffmpeg-kit-ios-min-gpl [!] /usr/bin/curl -f -L -o /var/folders/dw/nl3wb22s6rjd55pqs76y3l900000gn/T/d20250218-53701-sbnj57/file.zip https://github.com/arthenica/ffmpeg-kit/releases/download/v5.1/ffmpeg-kit-min-gpl-5.1-ios-xcframework.zip—create-dirs—netrc-optional—retry 2 -A ‘CocoaPods/1.16.2 cocoapods-downloader/2.1’

seems the download link for this ffmpeg-kit-ios-min-gpl doesnt exist

FFmpeg v5 is used by a third-party package, but its repository was deleted by the owner. We’re currently working on an update, and it will be available this week!

noted with thanks

Please download the new update v1.0.4 it fix FFMPEG-related issues.

Got new issue,

when installing the apk file after building it, i now get following “App Not Installed as Package Appears to Be Invalid” when trying to install apk file.

Cannot figure what is problem, could you reply back to my old mails i sent you earlier on how to fix this? So i don’t have to keep making new mail to you about it.

App seems to work when installing on google pixel device, but not on a samsung strange.

Update: Problem solved,

For samsung you have to run flutter build apk—split-per-abi then you get 2 apk files named app-arm64-v8a-release and app-armeabi-v7a-release. Use one of these on your samsung, since using default apk flutter builds seems to make app invalid on samsung devices.

Still waiting for solution to my problem,

Please check your e-mail AmericoBila

Okay. Please check your inbox!

Hi

i sent a mail to info.flutter.chat@gmail.com. on 12th jan and haven’t got any reply back.

Could you please check your e-mail? Also please provide a document on how to update the app since document you got now is only for deploying from clean version and not updating to newer version and that makes it not possible for us to update our app since when doing exact steps it gets errors.

So i hope you can create a upgrade/update html document instructions for us, with what is only needed to do to apply the new version :)

Also about enable realtime and deploy functions i did those but v 1.0.1 has issue where when a user logs out of their account then that account gets a permanent green online dot and it says they are online now under their name when opening their chat. But if they are logged in and close the app then it goes from online to offline and last seen etc.

So this needs a fix if it hasn’t been fixed already in v1.0.2 or 1.0.3 :)

Hello, please check your inbox!

you may want to fix this problem:

TypeError: functions.database.ref is not a function

Getting this when runing firebase deploy—only functions on chat app and admin panel.

I googled around and they mentioned to do functions.database().ref but then i got

TypeError: functions.database is not a function instead.

So hope you have fix for this :)

2nd problem is still online and offline status, like i said before users who login it works fine when you logged into app and close and open the app. Then their status function correctly, but once they go profile—> log out and then log out then their status stays as Online it does not make them offline.

This needs a fix, where app will update the status from online to offline up on logout.

1. we want a customised WebRTC engine to manage audio / video P2P/Group calls. 2. isn’t better to contact you in your own messenger, so we try the experiance?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey