Flutter Gems is a curated list of 7100+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter HTTP Client and Utilities packages
Last updated: March 18, 2026
A HTTP client in Dart is used for making HTTP requests. Your device (client) running the Flutter app makes a request to a server, and the server responds. The client then interprets the response and takes action accordingly.
The complete list of Dart and Flutter packages that can help you create HTTP client, make HTTP API requests, cache server response and provide various other HTTP utilities in your Flutter app is provided below.
http
👍 8.42K ⬇️ 8.2M
Dart 3 compatibleMaintenance Status: Good
A composable, multi-platform, Future-based API for HTTP requests.
dio
👍 8.26K ⬇️ 2.6M
Dart 3 compatibleMaintenance Status: Good
A powerful HTTP networking package, supports Interceptors, Aborting and canceling a request, Custom adapters, Transformers, etc.
mime
👍 614 ⬇️ 5.8M
Dart 3 compatibleMaintenance Status: Average
Utilities for handling media (MIME) types, including determining a type from a file extension and file contents.
http_parser
👍 267 ⬇️ 5.4M
Dart 3 compatibleMaintenance Status: Average
A platform-independent package for parsing and serializing HTTP formats.
sync_http
👍 16 ⬇️ 3.7M
Dart 3 compatibleMaintenance Status: Poor
Synchronous HTTP client for Dart.
multicast_dns
👍 126 ⬇️ 3M
Dart 3 compatibleMaintenance Status: Good
Dart package for performing mDNS queries (e.g. Bonjour, Avahi).
retry
👍 1.11K ⬇️ 1.6M
Dart 3 compatibleMaintenance Status: Poor
Utility for wrapping an asynchronous function in automatic retry logic with exponential back-off, useful when making requests over network.
retrofit
👍 2.09K ⬇️ 410.9K
Dart 3 compatibleMaintenance Status: Good
retrofit.dart is an dio client generator using source_gen and inspired by Chopper and Retrofit.
dio_web_adapter
👍 5 ⬇️ 2.5M
Dart 3 compatibleMaintenance Status: Good
An adapter that supports Dio on Web.
universal_io
👍 260 ⬇️ 2.1M
Dart 3 compatibleMaintenance Status: Good
Cross-platform 'dart:io' that adds browser support for HttpClient and some other "dart:io" APIs.
chopper
👍 902 ⬇️ 122.5K
Dart 3 compatibleMaintenance Status: Good
Chopper is an http client generator using source_gen, inspired by Retrofit
dio_cache_interceptor
👍 427 ⬇️ 153.1K
Dart 3 compatibleMaintenance Status: Good
Dio HTTP cache interceptor with multiple stores respecting HTTP directives (or not).
http2
👍 95 ⬇️ 467.7K
Dart 3 compatibleMaintenance Status: Average
A HTTP/2 implementation in Dart.
mailer
👍 440 ⬇️ 76K
Dart 3 compatibleMaintenance Status: Good
Compose and send emails from Dart. Supports file attachments and HTML emails.
uri
👍 25 ⬇️ 466.4K
Dart 3 compatibleMaintenance Status: Poor
Utilities for building and parsing URIs, including support for parsing URI templates as defined in RFC 6570.
dio_smart_retry
👍 305 ⬇️ 138.1K
Dart 3 compatibleMaintenance Status: Average
Retry library for Dio and Dio package made with love. By default, the request will be retried only for appropriate retryable http statuses.
mime_type
👍 73 ⬇️ 271.1K
Dart 3 compatibleMaintenance Status: Average
MIME type library for Dart HTTP server applications.
web_scraper
👍 295 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Poor
A simple web scraper to scrape HTML tags and their attributes to cast them into Lists and Maps for dart and flutter.
vexana
👍 295 ⬇️ 871
Dart 3 compatibleMaintenance Status: Average
Manage your network layer with dio. You will be able to use it very easily network operations.
http_interceptor
👍 211 ⬇️ 60.6K
Dart 3 compatibleMaintenance Status: Average
A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
http_methods
👍 11 ⬇️ 253.6K
Dart 3 compatibleMaintenance Status: Poor
List of all HTTP methods registered with IANA as list of strings, and metadata such as whether a method idempotent.
talker_dio_logger
👍 143 ⬇️ 107.4K
Dart 3 compatibleMaintenance Status: Good
Lightweight and customizable dio http client logger on talker base
dio_cookie_manager
👍 171 ⬇️ 75.8K
Dart 3 compatibleMaintenance Status: Good
A cookie manager combines cookie_jar and dio, based on the interceptor algorithm.
http_client_helper
👍 32 ⬇️ 218.9K
Dart 3 compatibleMaintenance Status: Poor
A Flutter plugin for http request with cancel and retry fuctions.
cupertino_http
👍 77 ⬇️ 164.5K
Dart 3 compatibleMaintenance Status: Good
A macOS/iOS Flutter plugin that provides access to the Foundation URL Loading System.
dart_ipify
👍 178 ⬇️ 49.8K
Dart 3 compatibleMaintenance Status: Poor
This package uses the remote ipify web services in order to get your public IP address or geographical details from any given IP.
cookie_jar
👍 98 ⬇️ 123.3K
Dart 3 compatibleMaintenance Status: Good
A cookie manager for http requests in Dart, help you to deal with the cookie policies and persistence.
cronet_http
👍 76 ⬇️ 146K
Dart 3 compatibleMaintenance Status: Good
An Android Flutter plugin that provides access to the Cronet HTTP client.
chucker_flutter
👍 189 ⬇️ 17.9K
Dart 3 compatibleMaintenance Status: Good
Chucker Flutter helps you inspect the HTTP(S) requests/responses. It stores data locally and provides a UI for inspecting network calls and sharing their content.
flutter_cors
👍 196 ⬇️ 3.3K
Dart 3 compatibleMaintenance Status: Poor
A script to disable and re-enable CORS checks for Flutter's Chrome instance
http_certificate_pinning
👍 154 ⬇️ 44.1K
Dart 3 compatibleMaintenance Status: Average
Https Certificate pinning for Flutter. Checks the equality between the known SHA-1 or SHA-256 fingerprint and the SHA-1 or SHA-256 of the target server.
fresh_dio
👍 164 ⬇️ 12.8K
Dart 3 compatibleMaintenance Status: Good
An http interceptor for token refresh. Fresh is built on top of package:dio and manages authentication tokens transparently.
requests_inspector
👍 164 ⬇️ 6.5K
Dart 3 compatibleMaintenance Status: Good
A Flutter package for logging REST-APIs and GraphQL requests and accessing it by Shaking your phone to get the RequestsInspector widget on your screen.
http_profile
👍 4 ⬇️ 173.7K
Dart 3 compatibleMaintenance Status: Average
A library used by HTTP client authors to integrate with the DevTools Network View.
native_dio_adapter
👍 64 ⬇️ 102.3K
Dart 3 compatibleMaintenance Status: Good
A client for dio which makes use of cupertino_http and cronet_http to delegate HTTP requests to the native platform.
api_cache_manager
👍 148 ⬇️ 325
Dart 3 compatibleMaintenance Status: Poor
API Cache Manager is a Utility package built with Flutter SDK and SQLite Package. This package will help to make your Rest API store in the local db for offline access.
uri_parser
👍 0 ⬇️ 149.4K
Dart 3 compatibleMaintenance Status: Good
A minimal & safe utility to parse URIs.
chaleno
👍 139 ⬇️ 406
Dart 3 compatibleMaintenance Status: Average
A package to web scraping data from websites easily and faster using less code lines.
qs_dart
👍 14 ⬇️ 128.7K
Dart 3 compatibleMaintenance Status: Good
A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
rate_limiter
👍 97 ⬇️ 41.1K
Dart 3 compatibleMaintenance Status: Poor
A pure dart package to apply useful rate limiting strategies on regular functions.
dio_http2_adapter
👍 55 ⬇️ 76.5K
Dart 3 compatibleMaintenance Status: Good
An adapter that combines HTTP/2 and dio. Supports reusing connections, header compression, etc.
fetch_client
👍 42 ⬇️ 84.6K
Dart 3 compatibleMaintenance Status: Good
Client for http package based on Fetch API, enables streamed and cancelable requests on web and more.
metadata_fetch
👍 106 ⬇️ 8.4K
Dart 3 compatibleMaintenance Status: Average
A dart library for extracting metadata on web pages such as OpenGraph, Meta, Twitter Cards, and Structured Data (Json-LD)
shelf_hotreload
👍 54 ⬇️ 62.4K
Dart 3 compatibleMaintenance Status: Good
Wrapper to easily enable hot-reload for shelf applications.
requests
👍 104 ⬇️ 2.8K
Dart 3 compatibleMaintenance Status: Poor
a flutter library that helps with http requests and stored cookies
rhttp
👍 101 ⬇️ 5.2K
Dart 3 compatibleMaintenance Status: Good
Make HTTP requests using Rust for Flutter developers. It uses FFI to call Rust functions from Dart. On the Rust side, it uses reqwest to make HTTP requests.
ua_client_hints
👍 48 ⬇️ 52.5K
Dart 3 compatibleMaintenance Status: Average
Provide User-Agent Client Hints to Flutter.
fk_user_agent
👍 44 ⬇️ 51.1K
Dart 3 compatibleMaintenance Status: Poor
Retrieve Android/iOS device user agents in Flutter.
fetch_api
👍 11 ⬇️ 84.6K
Dart 3 compatibleMaintenance Status: Good
JavaScript bindings for Fetch API, flexible HTTP requests, redirects, streaming and more.
webview_cookie_manager
👍 85 ⬇️ 3.6K
Dart 3 compatibleMaintenance Status: Poor
Have you been turned into a cookie management problem? This package can help. It has all of the cookie management functionality you have been looking for.
get_ip_address
👍 62 ⬇️ 18.9K
Dart 3 compatibleMaintenance Status: Average
A package to get the ip address of the current device. Uses https://api64.ipify.org to get the system IP.
chuck_interceptor
👍 71 ⬇️ 4.6K
Dart 3 compatibleMaintenance Status: Good
Chuck is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
webdav_client
👍 63 ⬇️ 10.7K
Dart 3 compatibleMaintenance Status: Average
A simple WebDAV client that supports some common methods.
nock
👍 24 ⬇️ 41.4K
Dart 3 compatibleMaintenance Status: Poor
HTTP requests mocking library for dart and flutter. Test your application in isolation.
shelf_cors_headers
👍 41 ⬇️ 22.2K
Dart 3 compatibleMaintenance Status: Poor
CORS headers middleware for Shelf.
curl_logger_dio_interceptor
👍 39 ⬇️ 24.1K
Dart 3 compatibleMaintenance Status: Good
Get your http requests printed as curl command in your terminal. Share them easily with your colleagues and import them in Postman!
network_tools
👍 53 ⬇️ 6K
Dart 3 compatibleMaintenance Status: Good
Networking Tools library which can help you discover open ports, devices on subnet and many other things.
shelf_multipart
👍 36 ⬇️ 23K
Dart 3 compatibleMaintenance Status: Average
shelf_multipart parses multipart and form-data requests for shelf handlers.
fluri
👍 5 ⬇️ 50.8K
Dart 3 compatibleMaintenance Status: Average
Fluri is a fluent URI library built to make URI mutation easy.
dio_http_formatter
👍 51 ⬇️ 2.1K
Dart 3 compatibleMaintenance Status: Good
A Dio interceptor for pretty printing the HTTP request/response to be printed in the console for easier debugging
http_proxy
👍 36 ⬇️ 15.6K
Dart 3 compatibleMaintenance Status: Good
http proxy plugin,get and set http proxy automatically.This package help you to use proxy tools.
flutter_alice
👍 44 ⬇️ 6.6K
Dart 3 compatibleMaintenance Status: Good
Alice is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
network_logger
👍 44 ⬇️ 4.7K
Dart 3 compatibleMaintenance Status: Poor
Network logger with well designed user interface to inspect network traffic logs. Included with Dio interceptor.
native_flutter_proxy
👍 32 ⬇️ 10.1K
Dart 3 compatibleMaintenance Status: Good
A flutter plugin to read and set network proxy info from native.
http_client
👍 16 ⬇️ 26.4K
Dart 3 compatibleMaintenance Status: Poor
A platform-independent HTTP client API supporting browser, console, and curl (for SOCKS proxy).
network_inspector
👍 34 ⬇️ 6.8K
Dart 3 compatibleMaintenance Status: Good
Http inspector / logger for Dio and Http package. This package would allow you to log every Http request, response, and error from Dio & Http.
flutter_icmp_ping
👍 15 ⬇️ 26.1K
Dart 3 compatibleMaintenance Status: Poor
Flutter plugin that sends ICMP ECHO_REQUEST to network hosts.
json_api
👍 37 ⬇️ 939
Dart 3 compatibleMaintenance Status: Average
A framework-agnostic implementations of JSON:API Client and Server. Supports JSON:API v1.0 (https://jsonapi.org)
modbus
👍 36 ⬇️ 648
Dart 3 compatibleMaintenance Status: Poor
Simple Modbus client library for dart. Currently only the TCP connection is supported.
local_assets_server
👍 36 ⬇️ 9
Dart 3 compatibleMaintenance Status: Poor
HTTP Server which serves local assets
chunked_uploader
👍 35 ⬇️ 533
Dart 3 compatibleMaintenance Status: Poor
An easy-to-use package to upload files in chunks using Dio for mobile, desktop and web.
flutter_query
👍 35 ⬇️ 513
Dart 3 compatibleMaintenance Status: Good
Fetch, cache, and sync server data with automatic state management and background updates, inspired by TanStack Query.
rest_api_client
👍 34 ⬇️ 968
Dart 3 compatibleMaintenance Status: Good
Abstraction for communicating with REST API in flutter projects. Incorporates exception handling and jwt with refresh token authorization.
polly_dart
👍 34 ⬇️ 282
Dart 3 compatibleMaintenance Status: Good
A Dart port of Polly (.NET resilience library) providing strategies like Retry, Circuit Breaker, Timeout, Rate Limiter, Hedging, and Fallback.
dio_http_cache_lts
👍 31 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Average
It's just a maintainance version of the dio_http_cache package to be compatible with the latest dio package
cooky
👍 10 ⬇️ 22.4K
Dart 3 compatibleMaintenance Status: Poor
An HTTP Cookies implementation for the client to get, set and remove cookies. It is very simple and well tested.
system_proxy
👍 23 ⬇️ 7.7K
Dart 3 compatibleMaintenance Status: Poor
A Flutter Plugin to get system plugin. Use to set dart HttpClient proxy for grabing requests.
dio_refresh_bot
👍 30 ⬇️ 152
Dart 3 compatibleMaintenance Status: Average
Dio interceptor which makes refresh token mechanism simple, flexible and reactive.
dio_retry_plus
👍 29 ⬇️ 592
Dart 3 compatibleMaintenance Status: Good
A plugin for dio that retries failed requests.
lehttp_overrides
👍 26 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Poor
A Flutter package to resolve Let's Encrypt SSL certificate problems with Android 7.1.1 and below
cote_network_logger
👍 27 ⬇️ 141
Dart 3 compatibleMaintenance Status: Good
Beautiful Flutter developer tool for real-time HTTP network monitoring with web dashboard
http_cache_hive_store
👍 6 ⬇️ 22.1K
Dart 3 compatibleMaintenance Status: Good
A DB cache store agnostic HTTP client implementation with hive_ce.
tus_client
👍 25 ⬇️ 442
Dart 3 compatibleMaintenance Status: Poor
A tus client for dart allowing resumable uploads using the tus protocol.
api_manager
👍 25 ⬇️ 248
Dart 3 compatibleMaintenance Status: Average
A simple package for manage api request easily with the help of flutter dio api.
pretty_http_logger
👍 20 ⬇️ 3.9K
Dart 3 compatibleMaintenance Status: Average
Pretty Http Logger is a middleware logger library for Dart HTTP library that logs network calls in a pretty, easy-to-read format and supports intercepting network calls.
flutter_user_agentx
👍 23 ⬇️ 117
Dart 3 compatibleMaintenance Status: Poor
Retrieve device and webview user agent strings for Android and iOS devices. It also provides you with simple building blocks for generating your own user agent string.
retry_bot
👍 23 ⬇️ 15
Dart 3 compatibleMaintenance Status: Poor
Dio interceptor Retry which makes retrying API Call When getting a timeout.
dart_web_scraper
👍 21 ⬇️ 268
Dart 3 compatibleMaintenance Status: Good
Powerful, easy-to-use scraper for web pages and APIs. Chain parsers and transforms to extract exactly the data you need.
flutter_smartdio
👍 16 ⬇️ 57
Dart 3 compatibleMaintenance Status: Good
A transport-agnostic HTTP wrapper that enhances ANY HTTP client with offline caching, request queuing, retry mechanisms, and comprehensive logging.
flutter_api_helper
👍 16 ⬇️ 40
Dart 3 compatibleMaintenance Status: Good
A powerful, easy-to-use API helper for Flutter that handles everything from simple GET requests to complex error handling, caching, and token management.
auth_header
👍 2 ⬇️ 14K
Dart 3 compatibleMaintenance Status: Poor
Utility library to parse and manipulate HTTP Authorisation header
http_services
👍 12 ⬇️ 149
Dart 3 compatibleMaintenance Status: Average
A Dart package based on Dio that provides base models to handle HTTP services requests.
brick_offline_first_with_rest
👍 10 ⬇️ 969
Dart 3 compatibleMaintenance Status: Average
A Brick domain that routes data fetching through local providers before a REST providers.
resource_network_fetcher
👍 10 ⬇️ 494
Dart 3 compatibleMaintenance Status: Good
Uses the NetworkBoundResources to control the offline-first or only to centralize the errors from fetching from the network or any other function.
webdev_proxy
👍 5 ⬇️ 5.6K
Dart 3 compatibleMaintenance Status: Average
A simple HTTP proxy for webdev's serve command. Supports apps that use HTML5 routing by rewriting 404s to the root index.
flutter_mdns_plugin
👍 10 ⬇️ 61
Dart 3 compatibleMaintenance Status: Poor
Flutter mDNS plugin
flutter_chunked_upload
👍 10 ⬇️ 53
Dart 3 compatibleMaintenance Status: Good
A Flutter package for chunked file uploads with resume, progress tracking, and queue management. Supports pause, resume, cancel, and persistent storage for large files.
http_file_uploader
👍 8 ⬇️ 58
Dart 3 compatibleMaintenance Status: Good
A en_file_uploader plugin to handle the file upload using http package. Provides the capability to upload a file in chunks with built-in retry handling.
darc
👍 7 ⬇️ 40
Dart 3 compatibleMaintenance Status: Good
DARC provides a minimal yet powerful public HTTP Requests interface while internalizing all the complexity
fetchx
👍 6 ⬇️ 73
Dart 3 compatibleMaintenance Status: Poor
Fetchx is a simple, fast, and secure HTTP client for Dart. It leverages extensions to allow using url-like strings to make http requests.
dio_file_uploader
👍 5 ⬇️ 59
Dart 3 compatibleMaintenance Status: Average
A en_file_uploader plugin to handle the file upload using dio package. Provides the capability to upload a file in chunks with built-in retry handling.
certificate_transparency_plugin
👍 5 ⬇️ 49
Dart 3 compatibleMaintenance Status: Good
A plugin to check Certificate Transparency using OkHttp and CTLogger.
apinion
👍 5 ⬇️ 49
Dart 3 compatibleMaintenance Status: Good
Simplify API calls in Dart & Flutter with Apinion — clean syntax, built-in logging, and easy setup.
http_cache_drift_store
👍 3 ⬇️ 2.1K
Dart 3 compatibleMaintenance Status: Good
A DB cache store implementation with Drift.
dio_speed_tracker
👍 4 ⬇️ 63
Dart 3 compatibleMaintenance Status: Average
A lightweight and extensible Dio interceptor for monitoring real-world network speed in Mbps, based on actual HTTP download performance
edge_http_client
👍 4 ⬇️ 6
Dart 3 compatibleMaintenance Status: Poor
A http package implementation for Dart Edge.
faye_dart
👍 3 ⬇️ 15
Dart 3 compatibleMaintenance Status: Poor
Faye is a publish/subscribe messaging protocol that is built on the Bayeux protocol, a messaging system utilized for transporting asynchronous messages over HTTP.
curl_parser
👍 2 ⬇️ 605
Dart 3 compatibleMaintenance Status: Average
Parse cURL command to Dart object and convert Dart object to cURL command.
cyber_req
👍 2 ⬇️ 363
Dart 3 compatibleMaintenance Status: Good
A flexible Flutter/Dart API client for backends with dynamic headers, secure token management, and comprehensive callbacks.
df_http
👍 2 ⬇️ 53
Dart 3 compatibleMaintenance Status: Good
Flutter networking helper package that extends the official http client with built-in retries, token refresh, and request/response processing for easier API integration.
jh_services
👍 2 ⬇️ 44
Dart 3 compatibleMaintenance Status: Average
A lightweight service package for Flutter to handle network requests, local storage, and connectivity seamlessly with best practices.
http_file_transfer_server
👍 2 ⬇️ 35
Dart 3 compatibleMaintenance Status: Good
A simple HTTP file transfer server for Flutter apps. Upload, download, and manage media files with built-in web interface and BLoC integration.
http_api_handler
👍 2 ⬇️ 32
Dart 3 compatibleMaintenance Status: Average
A Flutter package for handling HTTP API requests with ease, including file uploads and downloads.
shelf_session
👍 2 ⬇️ 24
Dart 3 compatibleMaintenance Status: Poor
The `shelf_session` is the implementation of `cookiesMiddleware` and `sessionMiddleware` for `shelf`.
instabug_http_client
👍 1 ⬇️ 282
Dart 3 compatibleMaintenance Status: Good
This package is an add on to instabug_flutter. It intercepts any requests performed with http Package and sends them to the report that will be sent to the dashboard.
keystone_network
👍 1 ⬇️ 149
Dart 3 compatibleMaintenance Status: Good
A network package build top on dio, retrofit to MULTIPLY NETWORK productivity.
api_radar
👍 1 ⬇️ 38
Dart 3 compatibleMaintenance Status: Good
A floating network debugger for Flutter. Inspect API calls (Dio) in real-time on your device.
jaguar_resty
👍 0 ⬇️ 336
Dart 3 compatibleMaintenance Status: Poor
Build fluent functional REST clients. Supports interceptors, cookies, multipart forms and authenticators.
flutter_chuck_inspection
👍 0 ⬇️ 53
Dart 3 compatibleMaintenance Status: Good
A powerful HTTP inspector for Flutter — monitor, debug, and analyze requests in real-time with a sleek dark UI and persistent notifications.
flowder
👍 130 ⬇️ 73
Maintenance Status: Poor
Persistent file downloader manager, start, pause, resume, cancel your download.
dio_interceptors
👍 14 ⬇️ 20
Maintenance Status: Poor
Implements interceptors for you use on Dio package.
