netify 1.0.0
netify: ^1.0.0 copied to clipboard
A lightweight, debug-only network inspector for Flutter apps using Dio HTTP client. Features a modern UI, request grouping, favorites, dark mode, and share as image.
1.0.0 #
Features #
- ðĄ Network inspection via Dio interceptor
- ðŦ§ Draggable floating bubble with request count badge
- ð Dark mode support with theme toggle
- ð Request grouping by domain
- â Favorites/bookmarks for important requests
- ðļ Share request details as image
- ð Search and filter by status, method, URL
- ðĪ Export as JSON or HAR format
- ð cURL generation for any request
- ð Replay requests
- ð Detailed metrics (time, size, duration)
- ðŠķ Lightweight (~1.5MB APK impact)
Architecture #
- Clean architecture implementation
- Zero footprint in release builds
- In-memory only storage (no disk persistence)