knoxpo / dart_algolia

[Unofficial] Algolia is a pure dart SDK, wrapped around Algolia REST API for easy implementation for your Flutter or Dart projects.
Other
117 stars 112 forks source link

Is this project still maintained? #128

Open astubenbord opened 11 months ago

astubenbord commented 11 months ago

Judging from the open PRs and last edits, I was wondering if this project is dead and if so, are there any maintained forks?

techouse commented 11 months ago

I guess we all better migrate to the official Dart client https://github.com/algolia/algoliasearch-client-dart

astubenbord commented 11 months ago

Yeah, that's also what I ended up doing. Works great.

techouse commented 11 months ago

The only downside is that it depends on dio 😳

astubenbord commented 11 months ago

What's the problem with that? Are there any concerns about dio?

jimmyff commented 8 months ago

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

techouse commented 4 months ago

Does anyone have an alternative package/solution for managing search indexes? Adding/updating/deleting objects.

You could make a PR to the official package. 🤷

techouse commented 4 months ago

What's the problem with that? Are there any concerns about dio?

I wouldn't say concerns, but there are certainly issues, yes. That's why I've created a PR that allows a user to provide their own Client.