Search code examples
dartfluttergraphqlsubscription

How to consume GraphQL Subscription with Flutter?


I am creating a subscription with GraphQL, and I need to consume that subscription with Flutter, but I don't know how to do that, the thing that I need is something like a UI component that would be tied to a subscription and it will be automatically refreshed.

I will appreciate any feedback.


Solution

  • You can check the next library https://github.com/zino-app/graphql-flutter