flutter_api_bridge 0.1.0
flutter_api_bridge: ^0.1.0 copied to clipboard
A lightweight and extensible HTTP client wrapper for Dart and Flutter with built-in cookie management, state management, and local caching.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-05-23 #
Added #
- Initial release of flutter_api_bridge
- Lightweight and extensible HTTP client wrapper for Dart and Flutter
- Built-in cookie management using
dio_cookie_managerandcookie_jar - State management with
flutter_riverpod - Local data persistence using
hive_flutter - Automatic request caching
- Request interceptor support via
dio - Cookie jar storage and persistence
- Upload progress tracking
- Authentication strategy support
- API request options customization
- API envelope for structured responses
Features #
ApiClient- Main HTTP client wrapperApiCache- Local caching layerCookieManager- Automatic cookie handlingUploadProvider- File upload with progress trackingAuthStrategy- Pluggable authenticationApiEnvelope- Response envelope for standardized API responsesServerConfig- Configuration management for API servers