algolia / algoliasearch-helper-flutter

⚡️ Building block to create instant-search applications with Flutter
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
Other
21 stars 14 forks source link

feat: use official Dart API client #89

Closed VladislavFitz closed 10 months ago

VladislavFitz commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Need Doc update yes

Describe your change

This PR integrates the official Algolia Dart API client in the service layer of the Flutter Helper.

What problem is this fixing?

Our library uses a community-generated client that is not under the control of the Algolia developers, which prevents us from adding new functionality and fixing critical bugs in a timely manner.

VladislavFitz commented 10 months ago

Implemented in #92