FLUTTER ECOSYSTEM

dhttpd

A static HTTP file server for easy local hosting of a directory.

Latest version
4.3.0
30-day downloads
3.2K
Likes
141
Pub points
140

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

dhttpd is a lightweight, static HTTP file server built for Flutter that enables easy local hosting of directory contents. It allows developers to serve files over HTTP from a specified directory, ideal for testing web assets, serving static sites, or sharing files locally during development. The server runs on multiple platforms including Android, iOS, macOS, Windows, and Linux, making it versatile for cross-platform workflows. With minimal setup, dhttpd provides a simple way to preview or share content without complex configurations.

Use cases
  • Local development previews
  • Serving static web assets
  • Testing web applications
  • Sharing files across devices
  • Quick prototyping
Key features
  • Simple setup
  • Cross-platform support
  • Static file serving
  • Lightweight
  • Runs on all major platforms
Suitable for
  • Flutter developers
  • Frontend testers
  • Local web server needs
  • Prototyping
  • Development environments
Considerations
  • Not for production use
  • Limited to static files
  • No authentication
  • Requires manual configuration for advanced settings
  • Not suitable for dynamic content
Supported platformsAndroidiOSmacOSWindowsLinux

Install package

flutter pub add dhttpd

Categories

Source repository

Related projects