api_studio 1.0.3 copy "api_studio: ^1.0.3" to clipboard
api_studio: ^1.0.3 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.

Changelog #

1.0.3 #

✨ Added #

  • Optional remote performance telemetry (POST /api/v1/performance).
  • enablePerformanceMonitoring configuration on ApiStudio.initialize(), defaulting to false.
  • Performance metrics remain locally collected by the existing PerformanceMonitor — nothing new to configure.
  • Aggregated performance data is uploaded at most once per hour, using an internal PerformanceTelemetryUploader.
  • The last-upload timestamp is persisted (via Hive) so the one-hour interval survives app restarts.
  • Uses the existing API key and base URL already configured for API logging — no second API key, no second base URL.
  • Performance upload failures are isolated and do not affect normal API requests.
8
likes
150
points
399
downloads

Documentation

API reference

Publisher

verified publisherapistudio.cloud

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, equatable, flutter, flutter_bloc, hive, hive_flutter, http, intl, path_provider, share_plus, uuid, web

More

Packages that depend on api_studio