Venkatesh Prasad
Venkatesh Prasad
@Oluwashenor You need to add `implementation 'com.cometchat:pro-android-chat-sdk:1.3.0'` under `dependencies` in your `build.gradle` file located at `android/app/`.
@RoJoHub How do I demonstrate the issue?
Sorry! I have not tried auth with this package. Although I used `hasura_connect` package where you can add interceptors for auth. Check this [example](https://pub.dev/packages/hasura_connect#interceptors)
Hey @onursahindur! I suspect it is because of the page calculation you are doing. Try this ```dart var page = (offset / 25).ceil() + 1; ``` Also, make sure your...
Hi @kiloki-official. Do you mean snap like this? https://stackoverflow.com/questions/51607440/horizontally-scrollable-cards-with-snap-effect-in-flutter
This feature is not there yet. I will try to add it in the next release
> @dineshkumar02 are you talking about showing indicator when a guard is in progress? I am looking for this. Is there an example for this @Milad-Akarie?
Maybe a controller can be used to remove item. I will try and add a controller in the next version.
Hey @azazadev. Can you elaborate on the feature you are talking about?
If you guys are comfortable with using `documentSnapshots` directly, you can go with the package [`pagination_view`](https://pub.dev/packages/pagination_view). I made it for a general use case.