api_service_wrapper 1.0.1
api_service_wrapper: ^1.0.1 copied to clipboard
A Flutter wrapper around Dio HTTP client providing unified API service interface with secure token management, functional error handling, and cross-platform support.
1.0.1 #
🔧 Improvements & Minor Fixes #
- Performance Improvements: Optimized internal implementations for better performance
- Bug Fixes: Resolved various minor issues and edge cases
- Code Quality: Enhanced code structure and maintainability
1.0.0 #
✨ Initial Release #
- Core API Service: Flutter wrapper around Dio HTTP client with clean architecture
- Functional Error Handling: Type-safe error handling using
Either
monad from fpdart - Secure Token Management: Automatic token storage and refresh with encrypted persistence
- HTTP Methods Support: Full support for GET, POST, PUT, DELETE, PATCH methods
- Request Configuration: Flexible headers, query parameters, and request options
- Type Safety: Freezed-generated models for token pairs and headers
- Cross-Platform: Works on iOS, Android, macOS, Windows with platform-specific secure storage