http_auto 1.1.2 copy "http_auto: ^1.1.2" to clipboard
http_auto: ^1.1.2 copied to clipboard

A lightweight Flutter/Dart HTTP client library with automatic JWT token management, auto-refresh on 401 errors, secure token storage, and zero boilerplate authentication code. Supports GET, POST, PU [...]

Changelog #

1.1.2 #

  • Initial release of http_auto
  • Supports GET, POST, PUT, DELETE requests
  • Automatic token management with refresh support
1
likes
135
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter/Dart HTTP client library with automatic JWT token management, auto-refresh on 401 errors, secure token storage, and zero boilerplate authentication code. Supports GET, POST, PUT, DELETE requests with custom headers, global request configuration, and seamless token refresh callbacks. Perfect for REST APIs, authenticated endpoints, and production Flutter applications. Reduces authentication code by 90%.

Repository (GitHub)
View/report issues

Topics

#http #tokens #authentication #request-handler #refresh-token

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, jwt_decoder

More

Packages that depend on http_auto