Using GraphQL's useQuery in Flutter
How graphql_flutter's useQuery actually fits into a real app. Delivered in Japanese.
Everything with this tag, newest first, across all four kinds.
How graphql_flutter's useQuery actually fits into a real app. Delivered in Japanese.
How to put together a GraphQL client in a Flutter app, covering caching and authentication along the way. Delivered in Japanese.
How to persist a GraphQL client's cache with HiveStore, and how to avoid the mess on the Riverpod side that comes from its initialisation being asynchronous.
Keep one provider whose value changes on logout, have every other provider watch it during initialisation, and forgetting to clear something stops being possible.
Using auto_route's AutoRouteGuard to check the authentication state as navigation happens and send unauthenticated users to the sign-in screen. Covers the case where you inject with riverpod.