Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 379 Bytes

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.