gql-dart / ferry

Stream-based strongly typed GraphQL client for Dart
https://ferrygraphql.com/
MIT License
593 stars 113 forks source link

Request stream doesn't listen to loading state #564

Open ManhBanh opened 6 months ago

ManhBanh commented 6 months ago

I use BLoc and Ferry. When i run query, i listen to request stream to determine when to emit LoadingState, or ErrorState, LoadedState. But it just return the final reponse (in this case is LoadedState). Do i miss something, Sir?

image