lan_web_server 1.0.1+2
lan_web_server: ^1.0.1+2 copied to clipboard
A cross-platform LAN file sharing server with a simple web interface for uploading, downloading, and managing files.
1.0.1 - 2025-07-19 #
Features & Improvements #
- JSON editor now highlights error lines and displays error line numbers for invalid JSON (compatible with Chrome, Firefox, Safari)
- JSON format button error messages are shown just below the button for better clarity
- Editor modal and CodeMirror area are now fully responsive and auto-resize for better editing experience
- Improved YAML, TXT and other text file editing (preview, save, error handling)
- Enhanced UI/UX: more user-friendly error/status feedback, better spacing and style details
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