peeky 0.0.4
peeky: ^0.0.4 copied to clipboard
In-app network inspector for Flutter. Captures HTTP and Dio requests in a live, searchable panel. Tap or shake to open. Safe for production builds.
0.0.4 #
- Add screenshots to README showcasing the inspector panel and response detail view.
0.0.3 #
- Fix: add missing
0.0.2entry to CHANGELOG to satisfy pub.dev validation.
0.0.2 #
- Fix: shorten pubspec description to satisfy pub.dev length limit.
- Fix: add curly braces to all single-statement
ifblocks (lint compliance).
0.0.1 #
- Initial release.
- In-app network inspector for Flutter — supports
httpand Dio. - Floating button and three-finger tap to open the inspector panel.
- Live request/response log with search, filtering, and cURL export.
- Captures Flutter framework errors in a dedicated Errors tab.
- Set
enabled: falseto make all instrumentation a no-op in production.