zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.24k stars 612 forks source link

Support isar store #1287

Open vincenzopalazzo opened 1 year ago

vincenzopalazzo commented 1 year ago

Discussed in https://github.com/zino-hofmann/graphql-flutter/discussions/1286

Originally posted by **LasseRosenow** January 23, 2023 As of now the `graphql_flutter` client only supports hive as a store by default. But even the [hive](https://github.com/hivedb/hive) mentions in its `README`: "Consider using [Isar](https://github.com/isar/isar), a Flutter database by the author of Hive that is superior in every way!" So I was wondering, if `graphql_flutter` would like to implement more official stores like [Isar](https://github.com/isar/isar) for example.