lan_web_server 1.0.0
lan_web_server: ^1.0.0 copied to clipboard
A cross-platform Flutter/Dart LAN file sharing server. Easily upload, download, delete, and browse files or folders via a beautiful web interface. Works on desktop, mobile, and embedded devices, makin [...]
1.0.0 - 2025-07-14 #
Features #
- Cross-platform LAN file sharing server for Flutter/Dart
- Modern web UI for file/folder upload, download, delete, and browsing
- Directory download as zip (streamed, supports large folders)
- Multi-file and multi-folder upload support
- File/folder delete with confirmation
- Multi-IP selection and QR code access
- Responsive, card-based UI with grouped file/folder display
- Theming, dark mode, and engineering-level UX polish
- Logging and status stream for integration
- Security: path validation, directory traversal protection
- MIT License
Fixes & Improvements #
- Streamed large file/folder download to reduce memory usage
- Improved error handling and user feedback
- Refactored code structure for maintainability