netify 1.0.3 copy "netify: ^1.0.3" to clipboard
netify: ^1.0.3 copied to clipboard

discontinued
PlatformAndroidiOS

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 #

Fixed #

  • Fixed deprecated Share API usage warnings
  • Replaced Share.share() and Share.shareXFiles() with SharePlus.instance.share()
  • Used correct ShareParams constructor with proper parameter names

Updated #

  • Removed APK impact size from README Lightweight feature description

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.1 #

Fixed #

  • Fixed README screenshots not displaying on pub.dev (using absolute URLs))

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)
1
likes
160
points
35
downloads
screenshot

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#network #debugging #dio #http #inspector

License

MIT (license)

Dependencies

dio, flutter, package_info_plus, path_provider, screenshot, share_plus

More

Packages that depend on netify