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
22 stars 15 forks source link

Algolia search for flutter web #67

Closed hpomgithub closed 1 year ago

hpomgithub commented 1 year ago

Hi I need to build a search for an e commerce website using Algolia and the library is not compatible with flutter web! So can you suggest me any workaround or any time by which we can get the Algolia search for web?

Haroenv commented 1 year ago

If you're making a web implementation, you can use InstantSearch for different web frameworks: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/

hpomgithub commented 1 year ago

Hi @Haroenv , Thanks for replying! But I need it for flutter and InstantSearch is in JS. Is there any way out by which we can use it with flutter?

VladislavFitz commented 1 year ago

Hi @hpomgithub , Although web compatibility is not declared on pub.dev, the package should work with web applications. Try adding it as a dependency.

hpomgithub commented 1 year ago

okay, I will try. Thank You.