anynet 0.1.0-dev.1
anynet: ^0.1.0-dev.1 copied to clipboard
AnyNet is a Flutter networking layer (DEV) with get/post/put/delete helpers, retry, timeout, caching, offline support, logging, and unified error handling.
Changelog #
All notable changes to this package will be documented in this file. This project follows early-stage semantic versioning during development.
0.1.0-dev.1 #
- DEV preview release
- Unified get/post/put/delete API
- Base URL support
- Automatic retry with exponential backoff
- Timeout handling
- Interceptors (logging example)
- Cacheable GET requests
- Connectivity-aware requests
- Cancelable requests
- Unified ApiResponse