-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to use the source code but pub get not working #2
Comments
@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. |
Hello thanks for that but what about the join group? |
Is there anyway you could add the one to one chattting as well |
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?? |
Lastly where does the chats display? I want to make a fragment for groups so that they are easy to differentiate |
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 |
@ahmedgulabkhan Sorry for all the trouble just get to it whenever you can |
@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 |
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? |
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! |
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 |
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
The text was updated successfully, but these errors were encountered: