isoos / elastic_client

Dart bindings for ElasticSearch HTTP API.
https://pub.dartlang.org/packages/elastic_client
BSD 3-Clause "New" or "Revised" License
44 stars 28 forks source link

Doesn't this plugin support iOS?? #32

Open leegiseong20030603 opened 3 years ago

leegiseong20030603 commented 3 years ago

I can't communicate with elasticsearch only on ios device without any error.... Doesn't this plugin support iOS??

isoos commented 3 years ago

@leegiseong20030603: The library was developed for server-side uses, but there is nothing in practice that prevents it to work on Flutter / iOS. However, iOS may require permissions similar to Android: https://flutter.dev/docs/development/data-and-backend/networking#android