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

Error The non-abstract class 'GraphQLWebSocketChannel' is missing implementations, After upgrading flutter to 3.7 #1292

Closed ikhsansumaila closed 1 year ago

ikhsansumaila commented 1 year ago

Hello, i just upgrading the flutter to version 3.7, and when i'm starting to run this error shown on debug console

noobmaster19 commented 1 year ago

Hey facing same issue, did u fix it?

ikhsansumaila commented 1 year ago

Hey facing same issue, did u fix it?

hello, im actually just upgrading the package version to 5.1.2, then it solved

paraslamsong commented 1 year ago

In my case, adding web_socket_channel: 2.2.0 to pubspec file solved the issue