Paul Salmon

Results 5 comments of Paul Salmon

Hi, Thank you very much for the fix and sorry for the delay. We are getting this error: ```bash Nest can't resolve dependencies of the AlgoliaService (?). Please make sure...

@PBomermustekiin Can you try and delete the following lines from your `Info.plist`? ``` AppGroupId $(CUSTOM_GROUP_ID) ``` It looks like CUSTOM_GROUP_ID is an empty string in my case, not sure how...

I mean I had the same issue as you and I got it to work by removing those two lines from the Info.plist. This won't remove the groups, I still...

Hello, you can find the solution here: https://github.com/letsar/flutter_slidable/issues/383 https://github.com/letsar/flutter_slidable/issues/381 The key is to use `CustomSlidableAction`. Cheers

Hello, We ran into the same issue on our side and eventually found the cause. We were calling sendMessage or regenerate inside an onFinish or onError callback, which consistently triggered...