flutter_api_bridge 0.1.0 copy "flutter_api_bridge: ^0.1.0" to clipboard
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_manager and cookie_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 wrapper
  • ApiCache - Local caching layer
  • CookieManager - Automatic cookie handling
  • UploadProvider - File upload with progress tracking
  • AuthStrategy - Pluggable authentication
  • ApiEnvelope - Response envelope for standardized API responses
  • ServerConfig - Configuration management for API servers
1
likes
140
points
65
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight and extensible HTTP client wrapper for Dart and Flutter with built-in cookie management, state management, and local caching.

License

MIT (license)

Dependencies

cookie_jar, dio, dio_cookie_manager, flutter, flutter_riverpod, hive_flutter, path_provider

More

Packages that depend on flutter_api_bridge