sweet_fetch 0.0.1+1
sweet_fetch: ^0.0.1+1 copied to clipboard
A delightful Dio-based HTTP client for Flutter apps. SweetFetch makes API calls smooth, structured, and easy to manage.
Changelog #
0.0.1+1 - 2025-06-24 #
Added #
- Initial implementation of
Sweet Fetch - Support for token-based authentication (OAuth2)
- Automatic token refresh with
fresh_dio - Customizable Dio-based HTTP client manager
- Hive-based token storage
- Basic error interception and redirection
- Test-friendly setup and architecture