GroupChatApp icon indicating copy to clipboard operation
GroupChatApp copied to clipboard

Trying to use the source code but pub get not working

Open akshaybalaji123 opened this issue 3 years ago • 11 comments

Hello I am trying to call this by doing the git clone etc and that works but the pub get does not work. How do I get this to work? Also I am making a one to one chat app and I want to implement either that here or this their. Could you point out where exactly the code for the create group is there? As I have a find users option but I want the create new group and find group option. If you can do that this would rlly help me out. Thanks

akshaybalaji123 avatar Sep 07 '20 14:09 akshaybalaji123

@akshaybalaji123 The UI implementation of the 'Create new group' is present in lib/pages/home_page.dart file and the logic which means creating a new group in the firebase backend is implemented in lib/services/database_service.dart file.

ahmedgulabkhan avatar Sep 07 '20 17:09 ahmedgulabkhan

Hello thanks for that but what about the join group?

akshaybalaji123 avatar Sep 07 '20 20:09 akshaybalaji123

Is there anyway you could add the one to one chattting as well

akshaybalaji123 avatar Sep 07 '20 20:09 akshaybalaji123

I will finish my one to one chatting in about 2-5 days could I get you to help me out with add the groups like you have done? Or perhaps get a tutorial??

akshaybalaji123 avatar Sep 07 '20 20:09 akshaybalaji123

Lastly where does the chats display? I want to make a fragment for groups so that they are easy to differentiate

akshaybalaji123 avatar Sep 07 '20 20:09 akshaybalaji123

I am wondering how you add members because the way I add friends is perhaps different from your method. So sorry for the spam texts but this would be great for some help

akshaybalaji123 avatar Sep 07 '20 20:09 akshaybalaji123

@ahmedgulabkhan Sorry for all the trouble just get to it whenever you can

akshaybalaji123 avatar Sep 08 '20 08:09 akshaybalaji123

@akshaybalaji123 For joining any group, just search for the group from the homepage and click on 'JOIN' button of the group you want to join. For one-to-one chatting, i'll try working on it when i find time. The chats display on the homepage of the app when you are a member of atleast one group

ahmedgulabkhan avatar Sep 08 '20 13:09 ahmedgulabkhan

Is jt possible for it to get the chats inside a different recycled view inside a page fragment. I just want the code to you recycled view similar to the java as well. Could you try explaining the code because I am trying to utilize the same method as above. I am adding the one to one chat in one of the fragments and then the group chat in another tab or fragment or whatever it is. Could you format it this way whenever you can?

akshaybalaji123 avatar Sep 08 '20 20:09 akshaybalaji123

Also I am having trouble with the Auth service dart. The User _user app the capital Users are not calling from user.dart even though I have imported it. How to fix it!

akshaybalaji123 avatar Sep 08 '20 21:09 akshaybalaji123

Hello how do I import your code? I am trying to open a project with yours by creating a new flutter project then adding my google services.json. Then it says that Firebase Not initialized

akshaybalaji123 avatar Sep 09 '20 10:09 akshaybalaji123