fresh_graphql
An graphql link for token refresh. Built on top of package:graphql and manages authentication tokens transparently.
0.8.0
3.7K downloads/mo
#4279 most downloaded on pub.dev
felangel/fresh
What this package is like to depend on
Last release 5 months ago
26 Feb 2026
Release timing varies
gaps range from 2 weeks to 1.6 years
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
13 releases · first in 2020
3 releases in the last 12 months
see the full history below
Release timeline
13 releases · May 2020 to Feb 2026
2021
2022
2023
2024
2025
2026
Releases
latest 13-
0.8.026 Feb 2026Release notes
Open source →- BREAKING feat: adjust the default
shouldRefreshBeforeRequestto automatically refresh if the token expires within 30s
Release notes
Open source →- BREAKING feat: adjust the default
shouldRefreshBeforeRequestto automatically refresh if the token expires within 30s
- BREAKING feat: adjust the default
-
0.7.120 Feb 2026 -
0.7.019 Feb 2026Release notes
Open source →- feat:
ShouldRefreshBeforeRequestallows conditional token refresh based on GraphQL request details and token expiration - feat: automatic token refresh based on expiration before requests
- feat: enhanced token validation with
Token.expiresAtgetter - feat: support for custom token validation logic with GraphQL Request context
- feat:
-
0.6.120 Jul 2024Release notes
Open source →- chore: update copyright year
- chore: add funding to
pubspec.yaml - ci: revamp ci setup
-
0.6.025 Jul 2023Release notes
Open source →- BREAKING: deps: remove
package:graphqldependency - deps: upgrade dependencies
gql_exec: ^1.0.0gql_link: ^1.0.0http: ^1.0.0
- docs: minor updates to
LICENSEandREADME - chore: adjust dart sdk constraint to
">=2.15.0 <4.0.0" - chore: use more strict analysis options
- BREAKING: deps: remove
-
0.5.204 Apr 2022 -
0.5.110 Apr 2021 -
0.5.009 Apr 2021 -
0.4.001 Feb 2021 -
0.4.0-dev.114 Nov 2020 pre-release -
0.3.011 Aug 2020 -
0.2.008 Jun 2020Release notes
Open source →- BREAKING remove
onRefreshFailurefromFreshLink - Add
authenticationStatusStream toFreshLink
- BREAKING remove
-
0.1.022 May 2020Release notes
Open source →Initial Release of the library
- Includes
FreshLinkgraphql link with built-in token refresh.
- Includes