flutter_graphql_client_plus 1.0.2 copy "flutter_graphql_client_plus: ^1.0.2" to clipboard
flutter_graphql_client_plus: ^1.0.2 copied to clipboard

A lightweight GraphQL client wrapper for Flutter that supports standard GraphQL queries, mutations, subscriptions over ActionCable, token-based authentication with automatic token refresh handling.

1.0.1 #

Added #

  • Prevent multiple simultaneous token refresh calls using Completer lock mechanism.
  • Ensured only one request triggers refresh while others wait, improving stability and reducing redundant API calls.

0.0.1 #

  • Initial release with:
    • GraphQL client setup using graphql_flutter.
    • ActionCable WebSocket support for subscriptions.
    • Centralized query, mutation, and subscription methods.
    • Automatic token refresh handling for expired tokens.
2
likes
0
points
440
downloads

Publisher

verified publishermypackeges.tk

Weekly Downloads

A lightweight GraphQL client wrapper for Flutter that supports standard GraphQL queries, mutations, subscriptions over ActionCable, token-based authentication with automatic token refresh handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

action_cable, flutter, graphql_flutter

More

Packages that depend on flutter_graphql_client_plus