Open astubenbord opened 11 months ago
I guess we all better migrate to the official Dart client https://github.com/algolia/algoliasearch-client-dart
Yeah, that's also what I ended up doing. Works great.
The only downside is that it depends on dio
😳
What's the problem with that? Are there any concerns about dio?
The official package doesn't support the rest api endpoints to update the search indexes does it? It looks like they've only focused on the client facing stuff/
Does anyone have an alternative package/solution for managing search indexes? Adding/updating/deleting objects.
Thanks
Does anyone have an alternative package/solution for managing search indexes? Adding/updating/deleting objects.
You could make a PR to the official package. 🤷
Judging from the open PRs and last edits, I was wondering if this project is dead and if so, are there any maintained forks?