netify 1.0.3
netify: ^1.0.3 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.3 #
1.0.2 #
Fixed #
- Fixed flutter_lints SDK compatibility issue
- Fixed code formatting issues for pub.dev scoring
Updated #
- Updated dependencies to latest versions:
- dio: ^5.9.0
- share_plus: ^12.0.1
- package_info_plus: ^9.0.0
- Added explicit Android/iOS platform support
- Added dartdoc comments to public API (20%+ coverage
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
Architecture #
- Clean architecture implementation
- Zero footprint in release builds
- In-memory only storage (no disk persistence)
