df_http 2.0.0 copy "df_http: ^2.0.0" to clipboard
df_http: ^2.0.0 copied to clipboard

Flutter networking helper package that extends the official http client with built-in retries, token refresh, and request/response processing for easier API integration.

2.0.0 #

  • Fixed Firebase Crashlytics API path logging
  • Resolved issues with concurrent refresh token calls
  • Replaced linear retry pause with exponential backoff + jitter
  • Improved overall package testability
  • Added code documentation for the DfApiClient class
  • Exposed internetConnectionCheck to allow custom internet check logic
  • Added onConnectivityChanged for UI network state updates
  • Fixed reported bugs

🌐 New Features #

  • Added onConnectivityChanged stream to notify the UI about network changes
  • Added dispose() method for proper resource cleanup

1.0.1 #

  • API Exceptions logged to the firebase crashlytics if initialized

1.0.0 #

  • Added API call logs for easier tracking

0.0.1 #

  • Created first version
2
likes
160
points
178
downloads

Publisher

verified publisherdartforce.dev

Weekly Downloads

Flutter networking helper package that extends the official http client with built-in retries, token refresh, and request/response processing for easier API integration.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

firebase_crashlytics, flutter, http

More

Packages that depend on df_http