graphql_flutter_bloc 1.0.0 graphql_flutter_bloc: ^1.0.0 copied to clipboard
BLOC wrapper over `graphql_flutter` streams with improved state handling.
graphql_flutter_bloc #
BLOC wrapper over graphql_flutter
streams with improved state handling.
Installation #
- use v0.3.* for
graphql_flutter
v3 - this version is not supported anymore - use v > 0.4.* for
graphql_flutter
v4
How to use #
Clone this repo and launch the example
project. It will help you to understand how to use this lib
for Query
and Mutation
.