api_service_wrapper 1.0.1 copy "api_service_wrapper: ^1.0.1" to clipboard
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
1
likes
140
points
235
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter wrapper around Dio HTTP client providing unified API service interface with secure token management, functional error handling, and cross-platform support.

Repository (GitHub)
View/report issues

Topics

#http #api #dio #networking #flutter

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

database_service_wrapper, dio, flutter, fpdart, freezed_annotation

More

Packages that depend on api_service_wrapper