api_studio 0.0.1
api_studio: ^0.0.1 copied to clipboard
A powerful in-app API debugging and inspection tool for Flutter. Supports Dio interception, persistent logs, edit-and-run, CURL export, and a beautiful inspector dashboard.
0.0.1 #
- Initial release.
- Dio interceptor — captures URL, method, headers, body, query params, form data, multipart, duration, status code, response body, errors.
- Persistent Hive storage — logs survive hot restart, app restart, and app updates.
- Inspector dashboard — paginated list with search, filter (method/status), and sort (newest/oldest/duration/status code).
- Detail view — Overview, Request, Response, and Error tabs.
- Edit & Run engine — modify and re-execute any request; original preserved; new entry marked EDITED.
- CURL generator — generates and copies standard
curlcommands. - Export — JSON and TXT export via share sheet.
- Theme system —
ApiInspectorThemeDatawithcopyWith, light/dark factories,InheritedWidgetdelivery. - Clean Architecture — core / domain / data / presentation layers, BLoC state management, SOLID principles.