Skip to content
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

Open
akshaybalaji123 opened this issue Sep 7, 2020 · 11 comments
Open

Trying to use the source code but pub get not working #2

akshaybalaji123 opened this issue Sep 7, 2020 · 11 comments

Comments

@akshaybalaji123
Copy link

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 akshaybalaji123 changed the title Trying to get but getting errors Trying to use the source code but pub get not working Sep 7, 2020
@ahmedgulabkhan
Copy link
Owner

@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.

@akshaybalaji123
Copy link
Author

Hello thanks for that but what about the join group?

@akshaybalaji123
Copy link
Author

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

@akshaybalaji123
Copy link
Author

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
Copy link
Author

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

@akshaybalaji123
Copy link
Author

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
Copy link
Author

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

@ahmedgulabkhan
Copy link
Owner

@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

@akshaybalaji123
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants